Fixed printf format mismatches. Fixed are provided by Nathan Torkington

<gnat@frii.com>.
This commit is contained in:
wtc 1998-04-13 22:02:11 +00:00
Родитель 7901e2987e
Коммит 9947ffdd28
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);