/[smeserver]/rpms/e-smith-quota/sme8/e-smith-quota-2.2.0-ExponentDeclarationTypo.patch
ViewVC logotype

Contents of /rpms/e-smith-quota/sme8/e-smith-quota-2.2.0-ExponentDeclarationTypo.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Mar 11 16:53:33 2011 UTC (13 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-quota-2_2_0-10_el5_sme, e-smith-quota-2_2_0-9_el5_sme, HEAD
Correct copy-paste error for $exponent [SME: 6545]

1 diff -ruN e-smith-quota-2.2.0.old/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm e-smith-quota-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm
2 --- e-smith-quota-2.2.0.old/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2011-03-11 16:36:11.000000000 +0000
3 +++ e-smith-quota-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2011-03-11 16:38:18.000000000 +0000
4 @@ -284,7 +284,7 @@
5 {
6 return $self->error('HARD_VAL_MUST_BE_NUMBER', 'Initial');
7 }
8 - my $exponent = 1; # Entries with no suffix are assumed to be in megabytes.
9 + $exponent = 1; # Entries with no suffix are assumed to be in megabytes.
10 if (defined ($2))
11 {
12 $exponent = index("KMGT",$2);

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed