mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Minor cleanup for win32stat.c.
Fix silly typo in previous commit. Discussion: https://postgr.es/m/CAC+AXB0g44SbvSpC86o_1HWh8TAU2pZrMRW6tJT-dkijotx5Qg@mail.gmail.com
This commit is contained in:
parent
c94cfb38c3
commit
961e07b8cc
@ -148,7 +148,7 @@ fileinfo_to_stat(HANDLE hFile, struct stat *buf)
|
||||
buf->st_nlink = fiData.nNumberOfLinks;
|
||||
|
||||
buf->st_size = ((((uint64) fiData.nFileSizeHigh) << 32) |
|
||||
fiData.nFileSizeLowi);
|
||||
fiData.nFileSizeLow);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user