зеркало из https://github.com/mozilla/gecko-dev.git
Output the unknown value as a number not a character. b=474800 r=dbaron
This commit is contained in:
Родитель
94009c51d2
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче