mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
TestUConv fails in method DisplayDetectors -- missing HasMore. Bug 251880, patch by Peter Klavins <klavins@netscape.net.au>, r=smontagu, sr=alecf
This commit is contained in:
parent
57eb480caf
commit
984cb2dbd3
@ -306,6 +306,8 @@ nsresult nsTestUConv::DisplayDetectors()
|
||||
res = ccMan->GetCharsetTitle(detectorName.get(), title);
|
||||
if (NS_FAILED(res)) title.SetLength(0);
|
||||
printf("\"%s\"\n", NS_LossyConvertUCS2toASCII(title).get());
|
||||
|
||||
detectors->HasMore(&hasMore);
|
||||
}
|
||||
|
||||
mLog.DelTrace(trace);
|
||||
|
Loading…
x
Reference in New Issue
Block a user