Update of /cvsroot/playerstage/code/player/utils/playerv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3506
Modified Files:
playerv.c
Log Message:
fixed warning re incorrect pointer for nano sleep
Index: playerv.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/playerv.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** playerv.c 4 Jul 2006 15:53:52 -0000 1.46
--- playerv.c 19 Aug 2006 01:17:26 -0000 1.47
***************
*** 166,170 ****
device_t *device;
void *proxy;
! struct timeval tv, tc, st = {0, 0};
printf("PlayerViewer %s\n", VERSION);
--- 166,171 ----
device_t *device;
void *proxy;
! struct timeval tv, tc = {0, 0};
! struct timespec st = {0,0};
printf("PlayerViewer %s\n", VERSION);
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit