commit c4cbae1ce9a09bb669148f683a70cc7dafb6798e parent a163e338127ae9ed4ef6049dca9dbaddf1ce8c92 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 20 Jan 2014 21:21:15 +0000 - document string termination Diffstat:
| M | src/gns/gns.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gns/gns.h b/src/gns/gns.h @@ -85,7 +85,7 @@ struct GNUNET_GNS_ClientLookupMessage */ struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key; - /* Followed by the name to look up */ + /* Followed by the zero-terminated name to look up */ };