commit 23eb4a13d8a7418bcb86757c607e40f42336f608
parent 4f5bea94cd77a4c1e589e130cffe5822022605e4
Author: Nils Durner <durner@gnunet.org>
Date: Fri, 15 Jun 2007 22:36:28 +0000
plibc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/session.c b/src/daemon/session.c
@@ -488,7 +488,7 @@ MHD_add_extra_headers(struct MHD_Session * session) {
"close");
} else if (NULL == MHD_get_response_header(session->response,
"Content-length")) {
- SNPRINTF(buf,
+ _REAL_SNPRINTF(buf,
128,
"%llu",
(unsigned long long) session->response->total_size);