[sword-cvs] sword/src/utilfuns url.cpp,1.11,1.12

sword at www.crosswire.org sword at www.crosswire.org
Wed Jul 21 09:44:18 MST 2004


Committed by: tbiggs

Update of /cvs/core/sword/src/utilfuns
In directory www:/tmp/cvs-serv17447

Modified Files:
	url.cpp 
Log Message:
added a '%' to the format string in encode

Index: url.cpp
===================================================================
RCS file: /cvs/core/sword/src/utilfuns/url.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- url.cpp	21 Jul 2004 06:52:47 -0000	1.11
+++ url.cpp	21 Jul 2004 16:44:15 -0000	1.12
@@ -210,7 +210,7 @@
 			}
 
 			SWBuf buf;
-			buf.setFormatted("%%-.2X", c);
+			buf.setFormatted("%%%-.2X", c);
 			m[c] = buf;
 	}
 	//the special encodings for certain chars



More information about the sword-cvs mailing list