fix printf call

This commit is contained in:
Bodo Möller 2002-03-05 15:05:17 +00:00
parent 022b31a8c8
commit 1a8f4b57a9

View File

@ -1625,7 +1625,7 @@ show_res:
#endif
#ifdef HZ
#define as_string(s) (#s)
printf("HZ=%g", HZ);
printf("HZ=%g", (double)HZ);
# ifdef _SC_CLK_TCK
printf(" [sysconf value]");
# endif