Check-in Number:
|
4581 | |
Date: |
2004-May-10 20:13:01 (local)
2004-May-10 18:13:01 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix previous commit |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shiela/shiela.pl 1.59 -> 1.60
--- shiela.pl 2004/05/10 18:01:03 1.59
+++ shiela.pl 2004/05/10 18:13:01 1.60
@@ -1730,7 +1730,7 @@
$l++ while ($r =~ m/^/mg);
}
}
- $Id = sprintf("+%d/-%d", $l, 0) if ($Ik eq 'b' or -B $Is);
+ $Id = sprintf("+%d/-%d", $l, 0) if (not ($Ik eq 'b' or -B $Is));
$io->close;
if ($Ik eq 'b' or -B $Is) {
|
|