PDP11, VAX: Fix failure to create differencing VHDs when the parent VHD is larger than 2GB.
This commit is contained in:
parent
98ac7af6fa
commit
b2134a01cf
1 changed files with 1 additions and 1 deletions
|
@ -2670,7 +2670,7 @@ if (!File) {
|
||||||
goto Return_Cleanup;
|
goto Return_Cleanup;
|
||||||
}
|
}
|
||||||
if (ModifiedTimeStamp) {
|
if (ModifiedTimeStamp) {
|
||||||
if (stat (szVHDPath, &statb)) {
|
if (fstat (fileno (File), &statb)) {
|
||||||
Return = errno;
|
Return = errno;
|
||||||
goto Return_Cleanup;
|
goto Return_Cleanup;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue