зеркало из https://github.com/mozilla/gecko-dev.git
fix comment per review: bug 53133
This commit is contained in:
Родитель
30ada30854
Коммит
fb8076054e
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: utf8.c,v $ $Revision: 1.5 $ $Date: 2004/01/15 16:27:02 $ $Name: $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: utf8.c,v $ $Revision: 1.6 $ $Date: 2004/01/16 01:04:57 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "seccomon.h"
|
||||
|
@ -584,7 +584,7 @@ sec_port_iso88591_utf8_conversion_function
|
|||
|
||||
for( i = 0; i < inBufLen; i++) {
|
||||
if( (inBuf[i] & 0x80) == 0x00 ) {
|
||||
/* 7F -> 0xxxxxx */
|
||||
/* 00-7F -> 0xxxxxxx */
|
||||
/* 0abcdefg -> 0abcdefg */
|
||||
|
||||
outBuf[len] = inBuf[i];
|
||||
|
|
Загрузка…
Ссылка в новой задаче