From 8f8a420f12773200783ada1b48a3c019208ee014 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 24 Feb 2008 19:22:25 +0000 Subject: [PATCH] lpr: fixing vda's thinko --- printutils/lpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) * an indication that the file being sent is complete. * A second level of acknowledgement processing * must occur at this point." */ - printf("\x2" "%u %s\n" "c%s" "%c", + printf("\x2" "%u c%s\n" "%s" "%c", (unsigned)strlen(controlfile), remote_filename, controlfile, '\0'); get_response_or_say_and_die("sending control file");