[Igarden-commit] Garden/source/Database RGXMLUtils.cpp, 1.8, 1.8.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-02 23:43:29
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27399 Modified Files: Tag: Release_branch_v1 RGXMLUtils.cpp Log Message: Add z-axis Index: RGXMLUtils.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/RGXMLUtils.cpp,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** RGXMLUtils.cpp 7 May 2005 22:59:30 -0000 1.8 --- RGXMLUtils.cpp 2 Nov 2006 23:43:27 -0000 1.8.2.1 *************** *** 115,119 **** void StringToPlanPoint(const char *str, planPoint_t &point) { ! sscanf(str, "[%lf,%lf,0]", &point.xOffset, &point.yOffset); } --- 115,119 ---- void StringToPlanPoint(const char *str, planPoint_t &point) { ! sscanf(str, "[%lf,%lf,%lf]", &point.xOffset, &point.yOffset, &point.zOffset); } |