зеркало из https://github.com/mozilla/pjs.git
No bug
r=mkaply OS/2 only - "." and " " should not be special file system chars on OS/2
This commit is contained in:
Родитель
3664d502b7
Коммит
c62cc6b0a8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче