Fix up a few ignored return values
[melted] / src / humperdink / client.c
index b5ace3d..bd69d06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * client.c -- dv1394d client demo
+ * client.c -- Valerie client demo
  * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
  * Author: Charles Yates <charles.yates@pandora.be>
  *
@@ -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, "" ) )
                        {