And what a typo
This commit is contained in:
parent
39d1e331f6
commit
49cda455df
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ int tabby_command_capture(int argc, char **argv) {
|
|||
usage(argc, argv, "No device specified");
|
||||
}
|
||||
|
||||
if ((printer = tabby_printer_open(argv[1])) == NULL) {
|
||||
if ((printer = tabby_printer_open(argv[2])) == NULL) {
|
||||
fprintf(stderr, "%s: %s: %s: %s\n", argv[0], "tabby_printer_open()",
|
||||
argv[2], strerror(errno));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue