aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--printutils/lpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printutils/lpr.c b/printutils/lpr.c
index ea0e21091..e8da28b2b 100644
--- a/printutils/lpr.c
+++ b/printutils/lpr.c
@@ -201,7 +201,7 @@ int lpqr_main(int argc, char *argv[])
201 * an indication that the file being sent is complete. 201 * an indication that the file being sent is complete.
202 * A second level of acknowledgement processing 202 * A second level of acknowledgement processing
203 * must occur at this point." */ 203 * must occur at this point." */
204 printf("\x2" "%u %s\n" "c%s" "%c", 204 printf("\x2" "%u c%s\n" "%s" "%c",
205 (unsigned)strlen(controlfile), 205 (unsigned)strlen(controlfile),
206 remote_filename, controlfile, '\0'); 206 remote_filename, controlfile, '\0');
207 get_response_or_say_and_die("sending control file"); 207 get_response_or_say_and_die("sending control file");