X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fclient.c;h=0705c1466b9dff899a9ccea0c23845b240f8b3a2;hb=16c5c516008b9debec7765e34f4756f8063dee7e;hp=1f0ff3d7ddce116498fe0933f44d3e861fd22596;hpb=9390e8b584f3f717f0a326893c0e37cf187a0a51;p=melted diff --git a/src/humperdink/client.c b/src/humperdink/client.c index 1f0ff3d..0705c14 100644 --- a/src/humperdink/client.c +++ b/src/humperdink/client.c @@ -147,7 +147,7 @@ void dv_demo_show_status( dv_demo demo, valerie_status status ) break; } - sprintf( temp + strlen( temp ), " %9.2f %9.2f %9.2f ", status->in, status->position, status->out ); + sprintf( temp + strlen( temp ), " %9lld %9lld %9lld ", status->in, status->position, status->out ); strcat( temp, status->clip ); printf( "%-80.80s\r", temp );