Commit 8f5e3e2a authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix escaping '\' in a string constant.

parent 25848978
...@@ -186,7 +186,7 @@ static my_bool does_drive_exists(char drive_letter) ...@@ -186,7 +186,7 @@ static my_bool does_drive_exists(char drive_letter)
@return TRUE if the file name is allowed, FALSE otherwise. @return TRUE if the file name is allowed, FALSE otherwise.
*/ */
#define ILLEGAL_FILENAME_CHARS "<>:\"/\|?*" #define ILLEGAL_FILENAME_CHARS "<>:\"/\\|?*"
my_bool is_filename_allowed(const char *name __attribute__((unused)), my_bool is_filename_allowed(const char *name __attribute__((unused)),
size_t length __attribute__((unused)), size_t length __attribute__((unused)),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment