Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28889
Modified Files:
commands.cpp
Log Message:
gcc 3.3.3 compile fix
Index: commands.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v
retrieving revision 1.255
retrieving revision 1.256
diff -C2 -d -r1.255 -r1.256
*** commands.cpp 19 Aug 2004 00:03:19 -0000 1.255
--- commands.cpp 19 Aug 2004 02:14:36 -0000 1.256
***************
*** 812,816 ****
}
! // Strip out the portion after the last \
int pos = category.findRev('\\');
if (pos != -1) {
--- 812,816 ----
}
! // Strip out the portion after the last slash
int pos = category.findRev('\\');
if (pos != -1) {
|