This commit is contained in:
darin%meer.net 2004-02-28 23:37:30 +00:00
Родитель cf7b0ade78
Коммит d01687984b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2129,7 +2129,7 @@ nsPrefMigration::RenameAndMove4xImapFilterFiles(nsIFileSpec * profilePath)
if (!hostList || !*hostList) return NS_OK;
char *token = nsnull;
char *rest = hostList.BeginWriting();
char *rest = hostList;
nsCAutoString str;
token = nsCRT::strtok(rest, ",", &rest);