diff options
Diffstat (limited to 'src/w32fns.c')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 6c098cae3a3..0841ad3468e 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6254,7 +6254,7 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */) | |||
| 6254 | /* we get one of the two final 0 bytes for free. */ | 6254 | /* we get one of the two final 0 bytes for free. */ |
| 6255 | 1 + sizeof (wchar_t) * wcslen (filename_buf))); | 6255 | 1 + sizeof (wchar_t) * wcslen (filename_buf))); |
| 6256 | #else /* !NTGUI_UNICODE */ | 6256 | #else /* !NTGUI_UNICODE */ |
| 6257 | dostounix_filename (filename_buf); | 6257 | dostounix_filename (filename_buf, 0); |
| 6258 | filename = DECODE_FILE (build_string (filename_buf)); | 6258 | filename = DECODE_FILE (build_string (filename_buf)); |
| 6259 | #endif /* NTGUI_UNICODE */ | 6259 | #endif /* NTGUI_UNICODE */ |
| 6260 | 6260 | ||