mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 23:08:26 -04:00
[misc] small improvements for 2.13 release
This commit is contained in:
parent
abce1a2aa0
commit
e33b4589b6
5 changed files with 24 additions and 14 deletions
|
@ -104,7 +104,7 @@ static __inline char* sanitize_filename(char* filename, BOOL* is_identical)
|
|||
{
|
||||
size_t i, j;
|
||||
char* ret = NULL;
|
||||
char unauthorized[] = {'<', '>', ':', '|', '*', '?'};
|
||||
char unauthorized[] = { '*', '?', '<', '>', ':', '|', '\\', '/'};
|
||||
|
||||
*is_identical = TRUE;
|
||||
ret = safe_strdup(filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue