mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-21 02:35:21 +00:00
Output the unknown value as a number not a character. b=474800 r=dbaron
This commit is contained in:
parent
94009c51d2
commit
318bb339f4
@ -321,7 +321,7 @@ static int get_tmevent(FILE *fp, tmevent *event)
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "Unknown event type %c\n", event->type);
|
||||
fprintf(stderr, "Unknown event type 0x%x\n", (unsigned int)event->type);
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user