From 577afef15e26289923e297babd388868fb242f1b Mon Sep 17 00:00:00 2001 From: "Brian \"DragonLord\" Wong" Date: Sat, 27 Dec 2014 23:49:26 -0500 Subject: [PATCH] Fix a typo in the out-of-memory error message --- hi64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hi64.c b/hi64.c index ab305a3..7ab04c8 100644 --- a/hi64.c +++ b/hi64.c @@ -247,7 +247,7 @@ if (memlimit < 0x7fffffffffffffffLL) } memuse = (int64_t)(qdata[i-1].n * (sizeof(RECT)+sizeof(DSIZE)+sizeof(ISIZE))); if ((qprat > STOPRT) && (eflag == NOMEM)) - printf("\nThis run was memory limited at %I64d subintervals -> $I64d bytes\n", + printf("\nThis run was memory limited at %I64d subintervals -> %I64d bytes\n", (int64_t)n, (int64_t)memuse); printf("\nDone with first pass. Now computing net QUIPS\n");