From: Jaroslav Kysela Date: Mon, 3 Feb 2003 20:10:49 +0000 (+0000) Subject: small change in output X-Git-Tag: v1.0.3~314 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=43cd49f8672806136ed194260f300b22ffb5a8ef;p=alsa-lib.git small change in output --- diff --git a/test/timer.c b/test/timer.c index aefc40c2..92946851 100644 --- a/test/timer.c +++ b/test/timer.c @@ -47,7 +47,7 @@ void read_loop(void *handle, int master_ticks, int timeout) exit(EXIT_FAILURE); } while (snd_timer_read(handle, &tr, sizeof(tr)) == sizeof(tr)) { - printf("TIMER: resolution = %u, ticks = %u\n", + printf("TIMER: resolution = %uns, ticks = %u\n", tr.resolution, tr.ticks); } }