X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fclient.c;h=880e06084a7aec07cccbf68c04504268cfbd8a1c;hb=728c83b4335c25e43f90eb5d4bab5b86107ca21c;hp=4f93f2c752d24cc060c437f5e7c66f0e634bd1f8;hpb=e7aef2a74556095c076f41ba1910ce8c83a09bda;p=melted diff --git a/src/humperdink/client.c b/src/humperdink/client.c index 4f93f2c..880e060 100644 --- a/src/humperdink/client.c +++ b/src/humperdink/client.c @@ -1,5 +1,5 @@ /* - * client.c -- dv1394d client demo + * client.c -- Valerie client demo * Copyright (C) 2002-2003 Ushodaya Enterprises Limited * Author: Charles Yates * @@ -47,10 +47,10 @@ typedef valerie_error_code (*demo_function)( dv_demo ); typedef struct { - char *description; + const char *description; struct menu_item { - char *option; + const char *option; demo_function function; } array[ 50 ]; @@ -613,7 +613,7 @@ valerie_error_code dv_demo_load( dv_demo demo ) if ( refresh ) { - char *action = "Load & Play"; + const char *action = "Load & Play"; if ( demo->queues[ demo->selected_unit ].mode ) action = "Queue"; printf( "%s from %s\n\n", action, demo->current_directory );