mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
else
|
||||||
{
|
{
|
||||||
PrintErrorMessage(GetLastError());
|
PrintErrorMessage(Error);
|
||||||
CloseHandle(Volume);
|
CloseHandle(Volume);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue