Update of /cvsroot/playerstage/code/player/client_libs/libplayerc
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21161/client_libs/libplayerc

Modified Files:
        utils.c 
Log Message:
small fixes for os x

Index: utils.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/client_libs/libplayerc/utils.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** utils.c     21 May 2007 11:03:32 -0000      1.28
--- utils.c     6 Aug 2007 00:41:22 -0000       1.29
***************
*** 107,112 ****
      case PLAYER_SPEECH_CODE:
        return PLAYER_SPEECH_STRING;
-     case PLAYER_TRUTH_CODE:
-       return PLAYER_TRUTH_STRING;
      case PLAYER_WIFI_CODE:
        return PLAYER_WIFI_STRING;
--- 107,110 ----
***************
*** 180,185 ****
    if (strcmp(name, PLAYER_SPEECH_STRING) == 0)
      return PLAYER_SPEECH_CODE;
-   if (strcmp(name, PLAYER_TRUTH_STRING) == 0)
-     return PLAYER_TRUTH_CODE;
    if (strcmp(name, PLAYER_WIFI_STRING) == 0)
      return PLAYER_WIFI_CODE;
--- 178,181 ----


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to