gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27507 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r27507 - libmicrohttpd/src/microhttpd
Date: Fri, 21 Jun 2013 14:38:38 +0200

Author: grothoff
Date: 2013-06-21 14:38:38 +0200 (Fri, 21 Jun 2013)
New Revision: 27507

Modified:
   libmicrohttpd/src/microhttpd/internal.h
Log:
replace -1 by named constant in comment

Modified: libmicrohttpd/src/microhttpd/internal.h
===================================================================
--- libmicrohttpd/src/microhttpd/internal.h     2013-06-21 03:16:10 UTC (rev 
27506)
+++ libmicrohttpd/src/microhttpd/internal.h     2013-06-21 12:38:38 UTC (rev 
27507)
@@ -602,7 +602,7 @@
 
   /**
    * How many more bytes of the body do we expect
-   * to read? "-1" for unknown.
+   * to read? MHD_SIZE_UNKNOWN for unknown.
    */
   uint64_t remaining_upload_size;
 




reply via email to

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