mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[FSUTIL]
Use saved last error, don't get it again svn path=/trunk/; revision=75935
This commit is contained in:
@@ -523,7 +523,7 @@ StatisticsMain(int argc, const TCHAR *argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
PrintErrorMessage(GetLastError());
|
||||
PrintErrorMessage(Error);
|
||||
CloseHandle(Volume);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user