lpr: fixing vda's thinko

This commit is contained in:
Denis Vlasenko 2008-02-24 19:22:25 +00:00
parent b78d1c045f
commit 8f8a420f12

View 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");