mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Just add "{","}" to the list of quoted chars.
This commit is contained in:
parent
efd11d6862
commit
4b0254f4e1
@ -65,6 +65,8 @@
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h> /* For funny new functions */
|
||||
|
||||
#include "fs.h"
|
||||
#include "mountlist.h"
|
||||
|
||||
@ -198,6 +200,8 @@ name_quote (const char *s, int quote_percent)
|
||||
case ')':
|
||||
case '[':
|
||||
case ']':
|
||||
case '{':
|
||||
case '}':
|
||||
case '"':
|
||||
case '!':
|
||||
case '&':
|
||||
|
Loading…
Reference in New Issue
Block a user