Signed-off-by: Patrick Georgi <pgeorgi@xxxxxxxxxx> diff --git src/parse.c src/parse.c index 6f37dad..39d746c 100644 --- src/parse.c +++ src/parse.c @@ -249,7 +249,7 @@ parse_filename(char *str, char *name, int chars_remaining) * Check if the filename buffer is out of space, preserving one * character to null terminate the string. */ - while (isalnum(*str) || strchr("\\/~_-+:.", *str)) { + while (isalnum(*str) || strchr("\\/~_-+:.@", *str)) { chars_remaining--; -- Google Germany GmbH, ABC-Str. 19, 20354 Hamburg Registergericht und -nummer: Hamburg, HRB 86891, Sitz der Gesellschaft: Hamburg Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html