Fix broken printf to fix a compile warning. bug 390855, r+sr+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@231624 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -59,7 +59,7 @@ static void testResult( nsresult rv ) {
|
||||
}
|
||||
|
||||
void printString(nsString &str) {
|
||||
printf("%s", str.get());
|
||||
printf("%s", NS_ConvertUTF16toUTF8(str).get());
|
||||
}
|
||||
|
||||
class TestObserver : public nsIObserver, public nsSupportsWeakReference {
|
||||
|
||||
Reference in New Issue
Block a user