taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 29d743b582d96a8f3b9dabdb9fb71f8d1ff6c5bb
parent 010104710d5f8147807d1286521984ef450615c2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Dec 2019 13:17:05 +0100

invert checks

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -1439,7 +1439,7 @@ handle_command (const char *hex, { unsigned int subcmd; - if (4 < hex_len) + if (4 > hex_len) { GNUNET_break_op (0); return;