mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-23 07:14:24 +01:00
Merge branch 'illegal_filename' of git://github.com/andrey-krutov/AntennaPod into andrey-krutov-illegal_filename
This commit is contained in:
commit
71a9f44264
@ -6,7 +6,7 @@ import java.util.Arrays;
|
||||
public class FileNameGenerator {
|
||||
|
||||
private static final char[] ILLEGAL_CHARACTERS = { '/', '\\', '?', '%',
|
||||
'*', ':', '|', '"', '<', '>' };
|
||||
'*', ':', '|', '"', '<', '>', '\n' };
|
||||
static {
|
||||
Arrays.sort(ILLEGAL_CHARACTERS);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user