Skip to content

Commit

Permalink
Merge pull request #887 from alexpevzner/cups-pzz-master-fix-warnings
Browse files Browse the repository at this point in the history
Fixed a couple of gcc warnings
  • Loading branch information
alexpevzner authored Feb 9, 2024
2 parents 793ef0e + cac443f commit 01e9616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cups/dest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ cupsGetNamedDest(http_t *http, // I - Connection to server or @code CUPS_HTT
DEBUG_puts("1cupsGetNamedDest: Asking server for default printer...");
}
else
DEBUG_printf("1cupsGetNamedDest: Using name=\"%s\"...", name);
DEBUG_printf("1cupsGetNamedDest: Using dest_name=\"%s\"...", dest_name);
}

//
Expand Down

0 comments on commit 01e9616

Please sign in to comment.