X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fclient.c;h=b5ace3dedda178897efa0e3bcb5734d59f16ab65;hb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;hp=1f0ff3d7ddce116498fe0933f44d3e861fd22596;hpb=9390e8b584f3f717f0a326893c0e37cf187a0a51;p=melted diff --git a/src/humperdink/client.c b/src/humperdink/client.c index 1f0ff3d..b5ace3d 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 ), " %9d %9d %9d ", status->in, status->position, status->out ); strcat( temp, status->clip ); printf( "%-80.80s\r", temp ); @@ -415,7 +415,7 @@ valerie_error_code dv_demo_execute( dv_demo demo ) char command[ 10240 ]; int terminated = 0; - printf( "DV1394D Shell\n" ); + printf( "Miracle Shell\n" ); printf( "Enter an empty command to exit.\n\n" ); while ( !terminated ) @@ -1023,4 +1023,3 @@ void dv_demo_close( dv_demo demo ) { free( demo ); } -