mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Fixed a wrong address reference which crashes Japanese mail send, r=ftang.
This commit is contained in:
parent
dff03d383f
commit
5a50b7eb39
@ -104,7 +104,7 @@ void HankakuToZenkaku (
|
||||
}
|
||||
|
||||
// handle the last character
|
||||
if(IS_HANKAKU(aSrc[i]))
|
||||
if(IS_HANKAKU(*aSrc))
|
||||
*aDest = gBasicMapping[(*aSrc) - 0xff60];
|
||||
else
|
||||
*aDest = *aSrc;
|
||||
|
Loading…
Reference in New Issue
Block a user