diff options
author | Florian Dold <florian@dold.me> | 2020-12-04 17:36:35 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2020-12-04 17:36:35 +0100 |
commit | 1346641a163ed02540b6931fd4ad31ba6af4d64d (patch) | |
tree | 506c5579fdb4517c94886964336108b2c064f854 /src | |
parent | 2f03e8b0c3599cb720f0ca36f5fae06523967c72 (diff) |
gnunet-crypto-tvg: fix bogus label
Diffstat (limited to 'src')
-rw-r--r-- | src/util/gnunet-crypto-tvg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gnunet-crypto-tvg.c b/src/util/gnunet-crypto-tvg.c index 5915b4b44..1e9cc3174 100644 --- a/src/util/gnunet-crypto-tvg.c +++ b/src/util/gnunet-crypto-tvg.c @@ -839,7 +839,7 @@ output_vectors () ctx, strlen (ctx)); uint2j (vec, - "out_len %u\n", + "out_len", (unsigned int) out_len); d2j (vec, "out", |