Skip to content

Commit

Permalink
Fix a typo in the out-of-memory error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian "DragonLord" Wong authored and Brian "DragonLord" Wong committed Dec 28, 2014
1 parent 9e73a6f commit 577afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hi64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 577afef

Please sign in to comment.