gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd2] 07/08: perf_replies: minor readability improvement


From: Admin
Subject: [libmicrohttpd2] 07/08: perf_replies: minor readability improvement
Date: Sat, 14 Jun 2025 19:15:22 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd2.

commit b733b69558daafd474777110a484206c0fa4bc78
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
AuthorDate: Sat Jun 14 13:51:26 2025 +0200

    perf_replies: minor readability improvement
---
 src/tools/perf_replies.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/perf_replies.c b/src/tools/perf_replies.c
index 0e2efcd..e045b99 100644
--- a/src/tools/perf_replies.c
+++ b/src/tools/perf_replies.c
@@ -1638,7 +1638,7 @@ init_data (void)
     return 0; /* Success */
 
   /* Cleanup */
-  while (--i < num_resps)
+  while (i-- != 0)
     MHD_response_destroy (resps[i]);
   free (resps);
   resps = NULL;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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