projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfcdce9
)
Removed false '??' from version numbers
author
Heikki Levanto
<heikki@indexdata.dk>
Tue, 22 Mar 2011 15:24:46 +0000
(16:24 +0100)
committer
Heikki Levanto
<heikki@indexdata.dk>
Tue, 22 Mar 2011 15:24:46 +0000
(16:24 +0100)
aptcheck/aptcheck.pl
patch
|
blob
|
history
diff --git
a/aptcheck/aptcheck.pl
b/aptcheck/aptcheck.pl
index
b3e7927
..
1568872
100755
(executable)
--- a/
aptcheck/aptcheck.pl
+++ b/
aptcheck/aptcheck.pl
@@
-362,7
+362,7
@@
sub strdiff {
$a++;
}
if ( $a == length($y) ) {
- return "$y ??";
+ return "$y";
}
my $b = 1;
while ( $b < length($y)-$a &&