Commit 37afbbd5 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

parent ccf664e2
......@@ -683,6 +683,7 @@ void filename_sanitize( char *str )
#endif
*str = '_';
}
str++;
}
}
......@@ -708,5 +709,6 @@ void path_sanitize( char *str )
#endif
*str = '_';
}
str++;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment