зеркало из https://github.com/mozilla/pjs.git
r=pedemont, sr=blizzard (platform specific), a=mkaply OS/2 only - blowing out buffer when copying to clipboard
This commit is contained in:
Родитель
35423b89ca
Коммит
f1cb3d73c1
|
@ -262,7 +262,7 @@ void nsClipboard::SetClipboardData(const char *aFlavor)
|
|||
PAG_WRITE | PAG_COMMIT | OBJ_GIVEABLE ) == NO_ERROR)
|
||||
{
|
||||
PRUnichar* uchtemp = (PRUnichar*)pMozData;
|
||||
for (int i=0;i<NumOfBytes;i++) {
|
||||
for (int i=0;i<NumOfChars;i++) {
|
||||
switch (uchtemp[i]) {
|
||||
case 0x2018:
|
||||
case 0x2019:
|
||||
|
|
Загрузка…
Ссылка в новой задаче