lpr: fixing vda's thinko
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 24 Feb 2008 19:22:25 +0000 (19:22 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 24 Feb 2008 19:22:25 +0000 (19:22 -0000)
printutils/lpr.c

index ea0e21091671ea79d65fb417006441f943416f71..e8da28b2bdb4738166f4aa6447a0da117dfec19b 100644 (file)
@@ -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");