ChangeSet ID: 18258 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/17 15:54:55 Modified files: tools/winapi : winapi_check Log message: Francois Gouget We should set the global $all_modules variable otherwise there's no point. Patch: http://cvs.winehq.org/patch.py?id=18258 Old revision New revision Changes Path 1.5 1.6 +1 -1 wine/tools/winapi/winapi_check Index: wine/tools/winapi/winapi_check diff -u -p wine/tools/winapi/winapi_check:1.5 wine/tools/winapi/winapi_check:1.6 --- wine/tools/winapi/winapi_check:1.5 Sat May 18 20:57:12 2013 +++ wine/tools/winapi/winapi_check Sat May 18 20:57:12 2013 @@ -128,7 +128,7 @@ if($options->global) { $complete_module{$module}++; } - my $all_modules = 1; + $all_modules = 1; foreach my $module ($modules->all_modules) { if(!$complete_module{$module}) { $all_modules = 0;