Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
893fcd38
Commit
893fcd38
authored
Dec 11, 2013
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One more change by Ken Brown to avoid breaking Cygwin.
parent
0ec6c340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/w32fns.c
src/w32fns.c
+4
-1
No files found.
src/w32fns.c
View file @
893fcd38
...
...
@@ -6668,7 +6668,10 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */)
/* Strip the dummy filename off the end of the string if we
added it to select a directory. */
if (use_unicode && file_details_w->nFilterIndex == 2
|| !use_unicode && file_details_a->nFilterIndex == 2)
#ifndef NTGUI_UNICODE
|| !use_unicode && file_details_a->nFilterIndex == 2
#endif
)
filename = Ffile_name_directory (filename);
}
/* User canceled the dialog without making a selection. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment