Just add "{","}" to the list of quoted chars.

This commit is contained in:
Timur Bakeyev 1999-01-12 00:26:59 +00:00
parent efd11d6862
commit 4b0254f4e1

View File

@ -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 '&':