Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit961e07b

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 parentc94cfb3 commit961e07b

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
return0;
154154
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp