[Sphere-axis-commits] CVS: axissvr ClientObj.cpp,1.6,1.7
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2003-06-19 18:03:42
|
Update of /cvsroot/sphere-axis/axissvr In directory sc8-pr-cvs1:/tmp/cvs-serv22545 Modified Files: ClientObj.cpp Log Message: no message Index: ClientObj.cpp =================================================================== RCS file: /cvsroot/sphere-axis/axissvr/ClientObj.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** ClientObj.cpp 17 Jun 2003 22:33:08 -0000 1.6 --- ClientObj.cpp 19 Jun 2003 18:03:39 -0000 1.7 *************** *** 946,950 **** memcpy(&szArg[0], &szIn[4], (strlen((char*)szIn) - 4)); ! if ( !Command(szCmd, szArg) ) bQuit = TRUE; } --- 946,950 ---- memcpy(&szArg[0], &szIn[4], (strlen((char*)szIn) - 4)); ! if ( Command(szCmd, szArg) ) bQuit = TRUE; } |