fix bug 7479 per Erik VanDerPoel

This commit is contained in:
rickg%netscape.com 1999-06-03 18:45:39 +00:00
Родитель a65ad811c9
Коммит 71405a906b
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -15,7 +15,7 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights * Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved. * Reserved.
*/ */
/****************************************************************************************** /******************************************************************************************
MODULE NOTES: MODULE NOTES:

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

@ -205,7 +205,7 @@ void CopyChars1To2(char* aDest,PRInt32 anDestOffset,const char* aSource,PRUint32
//now loop over characters, shifting them left... //now loop over characters, shifting them left...
while(first<last) { while(first<last) {
*to=kIsoLatin1ToUCS2[*first]; *to=(PRUnichar)(*first);
to++; to++;
first++; first++;
} }

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

@ -15,7 +15,7 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights * Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved. * Reserved.
*/ */
/****************************************************************************************** /******************************************************************************************
MODULE NOTES: MODULE NOTES:

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

@ -15,7 +15,7 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights * Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved. * Reserved.
*/ */
/****************************************************************************************** /******************************************************************************************
MODULE NOTES: MODULE NOTES: