r=mkaply
OS/2 only - "." and " " should not be special file system chars on OS/2
This commit is contained in:
mkaply%us.ibm.com 2001-11-30 21:28:41 +00:00
Родитель 3664d502b7
Коммит c62cc6b0a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -241,7 +241,7 @@ nsresult NS_MsgHashIfNecessary(nsCAutoString &name)
nsCAutoString illegalChars("\"/\\[]:;=,|?<>*$");
const PRUint32 MAX_LEN = 55;
#elif defined(XP_OS2)
nsCAutoString illegalChars("\"/\\[]:;=,|?<>*$. ");
nsCAutoString illegalChars("\"/\\[]:;=,|?<>*$");
const PRUint32 MAX_LEN = 55;
#else
#error need_to_define_your_max_filename_length