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

Modified Files:
        test_rfid.c test_simulation.c 
Log Message:
applied Toby's patch to replace fixed-size arrays

Index: test_rfid.c
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc/test/test_rfid.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_rfid.c 24 Feb 2006 02:56:34 -0000      1.1
--- test_rfid.c 1 Nov 2007 22:16:16 -0000       1.2
***************
*** 39,43 ****
        for (i = 0; i < device->tags_count; i++)
        {
!         for (j = 0; j < PLAYERC_RFID_MAX_GUID; j++)
            printf("[%2x] ", device->tags[i].guid[j]);
          printf ("\n");
--- 39,43 ----
        for (i = 0; i < device->tags_count; i++)
        {
!         for (j = 0; j < device->tags[i].guid_count; j++)
            printf("[%2x] ", device->tags[i].guid[j]);
          printf ("\n");

Index: test_simulation.c
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc/test/test_simulation.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_simulation.c   17 Sep 2007 02:18:52 -0000      1.5
--- test_simulation.c   1 Nov 2007 22:16:16 -0000       1.6
***************
*** 1,13 ****
  /***************************************************************************
   * Desc: Tests for the position2d device
- <<<<<<< test_simulation.c
   * Author: Richard Vaughan
   * Date: 1 June 2006
   # CVS: $Id$
- =======
-  * Author: Andrew Howard
-  * Date: 23 May 2002
-  # CVS: $Id$
- >>>>>>> 1.3
   **************************************************************************/
  
--- 1,7 ----


-------------------------------------------------------------------------
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