fix bug 7479 per Erik VanDerPoel

git-svn-id: svn://10.0.0.236/trunk@33545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-06-03 18:45:39 +00:00
parent 9b3eb7e645
commit 61eb346dee
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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