projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645749e
)
Wrong variable used. It's funny how some bugs take a long time
author
Richard Levitte
<levitte@openssl.org>
Wed, 20 Sep 2000 14:47:04 +0000
(14:47 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 20 Sep 2000 14:47:04 +0000
(14:47 +0000)
getting triggered...
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index b673e05a7b1648dad22af228881db3019d9164c2..0ac793555c123f98cec12c72d4b63ad674a166a8 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-867,7
+867,7
@@
sub update_numbers
$new_syms++;
printf OUT "%s%-40s%d\t%s\n","",$s, ++$start_num,$i;
if (exists $r{$s}) {
- ($s, $i) = split /\\/,$r{$s
ym
};
+ ($s, $i) = split /\\/,$r{$s};
printf OUT "%s%-40s%d\t%s\n","",$s, $start_num,$i;
}
}