Skip to content

Commit 961e07b

Browse files
committed
Minor cleanup for win32stat.c.
Fix silly typo in previous commit. Discussion: https://postgr.es/m/CAC+AXB0g44SbvSpC86o_1HWh8TAU2pZrMRW6tJT-dkijotx5Qg@mail.gmail.com
1 parent c94cfb3 commit 961e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/port/win32stat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ fileinfo_to_stat(HANDLE hFile, struct stat *buf)
148148
buf->st_nlink = fiData.nNumberOfLinks;
149149

150150
buf->st_size = ((((uint64) fiData.nFileSizeHigh) << 32) |
151-
fiData.nFileSizeLowi);
151+
fiData.nFileSizeLow);
152152

153153
return 0;
154154
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy