Arun Prakash Jana
7 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
nnn.c
|
|
@@ -787,7 +787,7 @@ replace_escape(const char *str) |
|
|
|
mbstowcs(wbuf, str, PATH_MAX); |
|
|
|
|
|
|
|
while (*buf) { |
|
|
|
if ((*buf >= '\x01' && *buf <= '\x1f') || *buf == '\x7f') |
|
|
|
if (*buf <= '\x1f' || *buf == '\x7f') |
|
|
|
*buf = '\?'; |
|
|
|
|
|
|
|
buf++; |
|
|
|