Loading init/util.c +2 −2 Original line number Diff line number Diff line Loading @@ -329,9 +329,9 @@ void sanitize(char *s) if (!s) return; for (; *s; s++) { while (*s) { s += strspn(s, accept); if (*s) *s = '_'; if (*s) *s++ = '_'; } } Loading Loading
init/util.c +2 −2 Original line number Diff line number Diff line Loading @@ -329,9 +329,9 @@ void sanitize(char *s) if (!s) return; for (; *s; s++) { while (*s) { s += strspn(s, accept); if (*s) *s = '_'; if (*s) *s++ = '_'; } } Loading