mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:07:17 +03:00
mksymbolsmanpage.pl: Fix showing symbol's last used version
Prior to this change the symbol's deprecated version was erroneously
shown as its last used version.
Bug: 4e53b94 (commitcomment-55239509)
Reported-by: i-ky@users.noreply.github.com
This commit is contained in:
parent
342f92763e
commit
9cb395dcc9
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ while(<STDIN>) {
|
|||
print "Deprecated since $dep\n";
|
||||
}
|
||||
if($rem) {
|
||||
print "Last used in $dep\n";
|
||||
print "Last used in $rem\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue