[sword-cvs] sword/src/utilfuns url.cpp,1.2,1.3
sword at www.crosswire.org
sword at www.crosswire.org
Thu Jul 15 06:51:56 MST 2004
Committed by: joachim
Update of /cvs/core/sword/src/utilfuns
In directory www:/tmp/cvs-serv10377/src/utilfuns
Modified Files:
url.cpp
Log Message:
url fix
Index: url.cpp
===================================================================
RCS file: /cvs/core/sword/src/utilfuns/url.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- url.cpp 8 Jul 2004 19:30:42 -0000 1.2
+++ url.cpp 15 Jul 2004 13:51:54 -0000 1.3
@@ -51,7 +51,7 @@
return m_path.c_str();
}
-const std::map< SWBuf, SWBuf >& URL::getParameters() const {
+std::map< SWBuf, SWBuf > URL::getParameters() const {
return m_parameterMap;
}
More information about the sword-cvs
mailing list