replacing fancy bullets (which chardet incorrectly guesses is a chinese character) with asterisks

sr=smfr
not part of the build (the ifdef isn't defined)
This commit is contained in:
timeless%mozdev.org 2005-02-04 22:15:08 +00:00
parent 188f34553c
commit 5957d55507

View File

@ -351,7 +351,7 @@ PRBool nsMacMessagePump::BrowserIsBusy()
static PRBool wasBusy;
if (isBusy != wasBusy)
{
printf("¤¤ Message pump became %s at %ld (next idle %ld)\n", isBusy ? "busy" : "idle", ::TickCount(), sNextIdleTicks);
printf("*** Message pump became %s at %ld (next idle %ld)\n", isBusy ? "busy" : "idle", ::TickCount(), sNextIdleTicks);
wasBusy = isBusy;
}
#endif