projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78d1c0
)
lpr: fixing vda's thinko
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 24 Feb 2008 19:22:25 +0000
(19:22 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 24 Feb 2008 19:22:25 +0000
(19:22 -0000)
printutils/lpr.c
patch
|
blob
|
history
diff --git
a/printutils/lpr.c
b/printutils/lpr.c
index ea0e21091671ea79d65fb417006441f943416f71..e8da28b2bdb4738166f4aa6447a0da117dfec19b 100644
(file)
--- 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");