Alexandre Julliard : winapi_stats: Make sure to return an error if winapi_extract failed.
17 Oct
2007
17 Oct
'07
8:43 p.m.
Module: tools Branch: master Commit: d6488666432b437c6dffe8a88da1ce3d1d738d74 URL: http://source.winehq.org/git/tools.git/?a=commit;h=d6488666432b437c6dffe8a88... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Oct 17 21:32:57 2007 +0200 winapi_stats: Make sure to return an error if winapi_extract failed. --- winapi_stats | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/winapi_stats b/winapi_stats index 9f5e774..9de76e5 100755 --- a/winapi_stats +++ b/winapi_stats @@ -22,7 +22,7 @@ while (<STATS>) ${$stats{" Total"}}[4] += $forwards; } } -close STATS; +close STATS or die "winapi_extract failed"; my $bg = 0;
6729
Age (days ago)
6729
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard