(replace_chars): also add space here
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -177,7 +177,7 @@ exit:
|
||||
}
|
||||
|
||||
static const char quotable_chars[] = " \n\t\b\\/@";
|
||||
static const char replace_chars[] = "ntb\\/@";
|
||||
static const char replace_chars[] = " ntb\\/@";
|
||||
|
||||
#define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0);
|
||||
|
||||
|
Reference in New Issue
Block a user