Commit 5d3ee880aa9494989e60b5dfdeb8ebae3046862a

Steffen Jaeckel 2014-12-10T18:27:03

less noise plz

1
2
3
4
5
6
7
8
9
10
11
12
13
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!");