fix printf call

This commit is contained in:
Bodo Möller 2002-03-05 15:05:00 +00:00
parent 8ecf5104b3
commit 87a4b4d1f4

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