зеркало из https://github.com/mozilla/pjs.git
Fixed printf format mismatches. Fixed are provided by Nathan Torkington
<gnat@frii.com>.
This commit is contained in:
Родитель
7901e2987e
Коммит
9947ffdd28
|
@ -167,7 +167,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
PL_DestroyOptState(opt);
|
||||
|
||||
fprintf(stderr, "t is %ld, i is %ld\n", threads, iterations);
|
||||
fprintf(stderr, "t is %ld, i is %ld\n", (long) threads, (long) iterations);
|
||||
/* main test */
|
||||
|
||||
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 5);
|
||||
|
|
Загрузка…
Ссылка в новой задаче