(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:
Assar Westerlund
2000-01-16 01:32:44 +00:00
parent 5b1f7b9c0a
commit ad90852320

View File

@@ -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);