[lusca-cache] r14941 committed - Add a missing formatting string....

6 views
Skip to first unread message

codesite...@google.com

unread,
Jan 2, 2012, 11:08:48 AM1/2/12
to lusca-...@googlegroups.com
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);
}

/*

Reply all
Reply to author
Forward
0 new messages