- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PATCH] Don't try to make directory NULL named in mkdir_cmd() #2014
Comments
|
|
|
|
Created 2014_null_directory branch. Parent branch is master. |
|
Important
This issue was migrated from Trac:
cosoleto
(cosoleto@….com)As input_expand_dialog() may return a pointer to an empty string,
the function was trying to create a directory so named and thus
print a false "File exists" error message.
This is a regression due to commit [350c958] dated 4 Feb 2006, previously fixed in commit [382930f] dated 16 Dec 2002.
Attached patch fix the problem.
Note
Original attachments:
cosoleto
(cosoleto@….com) onFeb 9, 2010 at 18:32 UTC
cosoleto
(cosoleto@….com) onFeb 9, 2010 at 18:32 UTC
The text was updated successfully, but these errors were encountered: