gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5059 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5059 - libmicrohttpd/src/daemon
Date: Fri, 15 Jun 2007 16:36:29 -0600 (MDT)

Author: durner
Date: 2007-06-15 16:36:28 -0600 (Fri, 15 Jun 2007)
New Revision: 5059

Modified:
   libmicrohttpd/src/daemon/session.c
Log:
plibc

Modified: libmicrohttpd/src/daemon/session.c
===================================================================
--- libmicrohttpd/src/daemon/session.c  2007-06-15 22:33:55 UTC (rev 5058)
+++ libmicrohttpd/src/daemon/session.c  2007-06-15 22:36:28 UTC (rev 5059)
@@ -488,7 +488,7 @@
                              "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);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]