gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: typo


From: gnunet
Subject: [gnunet] branch master updated: typo
Date: Wed, 23 Nov 2022 13:12:39 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7922fe165 typo
7922fe165 is described below

commit 7922fe165de9e83975bd445a0f83d71d2bdb2cc0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 23 13:12:37 2022 +0100

    typo
---
 src/pq/pq_event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pq/pq_event.c b/src/pq/pq_event.c
index d1d34422b..b0ed6798a 100644
--- a/src/pq/pq_event.c
+++ b/src/pq/pq_event.c
@@ -515,7 +515,7 @@ GNUNET_PQ_event_listen_cancel (struct 
GNUNET_DB_EventHandler *eh)
 char *
 GNUNET_PG_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es)
 {
-  char sql[16 + 64 + extra_size * 8 / 5 + 8];
+  char sql[16 + 64 + 8];
   char *end;
 
   end = stpcpy (sql,

-- 
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]