Revision: 14941
Author:   adrian.chadd
Date:     Mon Jan  2 08:07:27 2012
Log:      Add a missing formatting string.

Found by debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643437


http://code.google.com/p/lusca-cache/source/detail?r=14941

Modified:
 /branches/LUSCA_HEAD/src/client_side_ranges.c

=======================================
--- /branches/LUSCA_HEAD/src/client_side_ranges.c       Tue Feb 16 20:47:04 2010
+++ /branches/LUSCA_HEAD/src/client_side_ranges.c       Mon Jan  2 08:07:27 2012
@@ -39,7 +39,7 @@
     httpHeaderClean(&hdr);

     /* append <crlf> (we packed a header, not a reply) */
-    memBufPrintf(mb, crlf);
+    memBufPrintf(mb, "%s", crlf);
 }

 /*

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to