consumer read ahead and int32_t migration
[melted] / src / humperdink / client.c
index 0705c14..e93c2f8 100644 (file)
@@ -147,7 +147,7 @@ void dv_demo_show_status( dv_demo demo, valerie_status status )
                                break;
                }
 
-               sprintf( temp + strlen( temp ), " %9lld %9lld %9lld ", 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 );