зеркало из https://github.com/mozilla/gecko-dev.git
fix bug 128580 r=nhota, sr=alecf a=asa
return erorr code instead of success code when we hit structur issu
This commit is contained in:
Родитель
0eff8bfd46
Коммит
7afa1959aa
|
@ -967,5 +967,5 @@ error1:
|
|||
error2:
|
||||
*aSrcLen = src - (const unsigned char*)aSrc;
|
||||
*aDestLen = dest-aDest;
|
||||
return NS_ERROR_UENC_NOMAPPING;
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче