From 5d3ee880aa9494989e60b5dfdeb8ebae3046862a Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 10 Dec 2014 18:27:03 +0100 Subject: [PATCH] less noise plz --- demo/demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demo.c b/demo/demo.c index 853965d..f9921ec 100644 --- a/demo/demo.c +++ b/demo/demo.c @@ -186,7 +186,7 @@ printf("compare no compare!\n"); return EXIT_FAILURE; } t = (1ULL << (i+1)) - 1; if (!t) t = -1; - printf("t = 0x%lx i = %d\n", t, i); + printf(" t = 0x%lx i = %d\r", t, i); do { if (mp_set_long(&a, t) != MP_OKAY) { printf("\nmp_set_long() error!");