making string conversions explicit, had to fix an accidental regression from rickg

This commit is contained in:
scc%netscape.com 2000-04-17 09:09:42 +00:00
Родитель 613085c7a8
Коммит 71bde1364b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -987,7 +987,7 @@ nsresult nsObserverTopic::Notify(eHTMLTags aTag,nsIParserNode& aNode,void* aUniq
mKeys.Push((PRUnichar*)mSourceKey.GetUnicode());
intValue.Append(PRInt32(theCharsetSource),10);
intValue.AppendInt(PRInt32(theCharsetSource),10);
mValues.Push((PRUnichar*)intValue.GetUnicode());
mKeys.Push((PRUnichar*)mDTDKey.GetUnicode());

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

@ -987,7 +987,7 @@ nsresult nsObserverTopic::Notify(eHTMLTags aTag,nsIParserNode& aNode,void* aUniq
mKeys.Push((PRUnichar*)mSourceKey.GetUnicode());
intValue.Append(PRInt32(theCharsetSource),10);
intValue.AppendInt(PRInt32(theCharsetSource),10);
mValues.Push((PRUnichar*)intValue.GetUnicode());
mKeys.Push((PRUnichar*)mDTDKey.GetUnicode());