mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[FSUTIL]
Use saved last error, don't get it again svn path=/trunk/; revision=75935
This commit is contained in:
parent
e54cfbd253
commit
43f11525a6
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ StatisticsMain(int argc, const TCHAR *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
PrintErrorMessage(GetLastError());
|
||||
PrintErrorMessage(Error);
|
||||
CloseHandle(Volume);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue