X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fclient.c;h=4f93f2c752d24cc060c437f5e7c66f0e634bd1f8;hb=eabc3498604fc7983bbd805d40dad2e7df135f17;hp=e93c2f8d918abce8ab963c0ceec5582e176fe892;hpb=5c299d1ae6f3535df35b3f30bae0476a1ca50aa6;p=melted diff --git a/src/humperdink/client.c b/src/humperdink/client.c index e93c2f8..4f93f2c 100644 --- a/src/humperdink/client.c +++ b/src/humperdink/client.c @@ -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 ) @@ -423,7 +423,7 @@ valerie_error_code dv_demo_execute( dv_demo demo ) terminated = 1; printf( "Command> " ); - if ( chomp( get_string( command, 10240, "" ) ) != NULL ) + if ( chomp( io_get_string( command, 10240, "" ) ) != NULL ) { if ( strcmp( command, "" ) ) { @@ -1023,4 +1023,3 @@ void dv_demo_close( dv_demo demo ) { free( demo ); } -