common: Tweak the page number displayed when printing.

This commit is contained in:
Solomon Peachy 2020-01-21 22:16:50 -05:00
parent a111a2559d
commit 552a3f030a
1 changed files with 1 additions and 1 deletions

View File

@ -1865,7 +1865,7 @@ int dyesub_joblist_print(const struct dyesub_joblist *list, int *pagenum)
if (list->entries[j]) {
int copies = ((const struct dyesub_job_common *)(list->entries[j]))->copies;
INFO("Printing page %d (%d copies)\n", *pagenum + 1, copies);
INFO("Printing page %d (%d copies)\n", ++(*pagenum), copies);
if (test_mode >= TEST_MODE_NOPRINT )
WARNING("**** TEST MODE, bypassing printing!\n");