commit ca80a4f1c8598698812a1b9062f3e6318b6a8d3e parent 20ad59ba84f3b0ea66fdf57b88d6fd76c37593b1 Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 21 Sep 2018 17:36:09 +0200 result must be signed Diffstat:
| M | src/benchmark/taler-exchange-benchmark.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -141,7 +141,7 @@ static struct GNUNET_TIME_Relative duration; /** * Exit code. */ -static unsigned int result; +static int result; /** * How many coins we want to create per client and reserve.