You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Rebase against 40a83b2ff3bca9ef58d03400a3c8e4aac94a0dc7
This commit is contained in:
@ -23,7 +23,7 @@ index 24a46e8..daacaf5 100644
|
||||
+
|
||||
+ if (lstrlenW(PathToSource) + 1 + lstrlenW(FileSought) < sizeof(filepath))
|
||||
+ {
|
||||
+ snwprintf(filepath, MAX_PATH, format, PathToSource, FileSought);
|
||||
+ _snwprintf(filepath, MAX_PATH, format, PathToSource, FileSought);
|
||||
+
|
||||
+ if (GetFileAttributesW(filepath) != INVALID_FILE_ATTRIBUTES)
|
||||
+ {
|
||||
|
Reference in New Issue
Block a user