[Sphere-axis-commits] CVS: Axis/AxisLib AxisServerInterface.cpp,1.3,1.4
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2003-06-18 22:45:28
|
Update of /cvsroot/sphere-axis/Axis/AxisLib In directory sc8-pr-cvs1:/tmp/cvs-serv20089/AxisLib Modified Files: AxisServerInterface.cpp Log Message: no message Index: AxisServerInterface.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/AxisLib/AxisServerInterface.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AxisServerInterface.cpp 17 Jun 2003 22:32:51 -0000 1.3 --- AxisServerInterface.cpp 18 Jun 2003 22:45:25 -0000 1.4 *************** *** 295,299 **** { if ( bDirectories.Length() > 0 ) ! bDirectories.Append(':'); bDirectories.Append(sFile); } --- 295,299 ---- { if ( bDirectories.Length() > 0 ) ! bDirectories.Append('*'); bDirectories.Append(sFile); } *************** *** 301,305 **** { if ( bFiles.Length() > 0 ) ! bFiles.Append(':'); bFiles.Append(sFile); } --- 301,305 ---- { if ( bFiles.Length() > 0 ) ! bFiles.Append('*'); bFiles.Append(sFile); } |