This commit is contained in:
warren%netscape.com 2000-07-27 21:01:15 +00:00
Родитель f8d303567b
Коммит eeb3d0e849
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -938,7 +938,7 @@ nsStringBundleService::FormatStatusMessage(nsresult aStatus,
PRInt32 offset = 0;
for (i = 0; i < argCount; i++) {
PRInt32 pos = args.FindChar('\n', PR_FALSE, offset);
if (pos = -1)
if (pos == -1)
pos = args.Length();
nsAutoString arg;
args.Mid(arg, offset, pos);