Update of /cvsroot/playerstage/code/player/client_libs/libplayerc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26386
Modified Files:
dev_fiducial.c
Log Message:
applied patch 1844037
Index: dev_fiducial.c
===================================================================
RCS file:
/cvsroot/playerstage/code/player/client_libs/libplayerc/dev_fiducial.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** dev_fiducial.c 1 Nov 2007 22:16:16 -0000 1.19
--- dev_fiducial.c 11 Dec 2007 18:25:47 -0000 1.20
***************
*** 94,98 ****
device->fiducials_count = data->fiducials_count;
! device->fiducials = realloc(device->fiducials,
sizeof(device->fiducials)*device->fiducials_count);
for (i = 0; i < device->fiducials_count; i++)
--- 94,98 ----
device->fiducials_count = data->fiducials_count;
! device->fiducials = realloc(device->fiducials,
sizeof(*device->fiducials)*device->fiducials_count);
for (i = 0; i < device->fiducials_count; i++)
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit