[pulseaudio-commits] r2206 - /trunk/src/tests/smoother-test.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Mon Mar 31 15:09:32 PDT 2008
Author: lennart
Date: Tue Apr 1 00:09:32 2008
New Revision: 2206
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2206&root=pulseaudio&view=rev
Log:
merge r2191 from prepare-0.9.10
Modified:
trunk/src/tests/smoother-test.c
Modified: trunk/src/tests/smoother-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/smoother-test.c?rev=2206&root=pulseaudio&r1=2205&r2=2206&view=diff
==============================================================================
--- trunk/src/tests/smoother-test.c (original)
+++ trunk/src/tests/smoother-test.c Tue Apr 1 00:09:32 2008
@@ -71,7 +71,7 @@
u += 2;
}
- printf("%llu\t%llu\n", x/PA_USEC_PER_MSEC, pa_smoother_get(s, x)/PA_USEC_PER_MSEC);
+ printf("%llu\t%llu\n", (unsigned long long) (x/PA_USEC_PER_MSEC), (unsigned long long) (pa_smoother_get(s, x)/PA_USEC_PER_MSEC));
}
pa_smoother_free(s);
More information about the pulseaudio-commits
mailing list