[sword-cvs] sword/include url.h,1.6,1.7

sword at www.crosswire.org sword at www.crosswire.org
Tue Jul 20 12:06:43 MST 2004


Committed by: scribe

Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv29924/include

Modified Files:
	url.h 
Log Message:
Debugging why this doesn't work:
http://www.crosswire.org?arg=val&yo=we&stuff=bla
but this does:
http://www.crosswire.org/yo.jsp?arg=val&yo=we&stuff=bla



Index: url.h
===================================================================
RCS file: /cvs/core/sword/include/url.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- url.h	20 Jul 2004 09:29:22 -0000	1.6
+++ url.h	20 Jul 2004 19:06:41 -0000	1.7
@@ -63,7 +63,7 @@
 	 * @param name The name of the paramter.
 	 * @return The value of the given paramter of an empty string if the name could not be found in the list of available paramters
 	 */
-	const char *getParamterValue(const char *name) const;
+	const char *getParameterValue(const char *name) const;
 	
 	/** Encodes and URL
 	* Encodes a string into a valid URL, e.g. changes http://www.crosswire.org/test.jsp?force=1&help=1 into



More information about the sword-cvs mailing list