Well this seems to kinda work
This commit is contained in:
parent
a766ac528c
commit
750985745d
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ int tabby_printer_job_wait(tabby_printer *printer) {
|
|||
if (tabby_printer_inquiry_send(printer) < 0) {
|
||||
goto error_inquiry_send;
|
||||
}
|
||||
} while (printer->status & TABBY_PRINTER_UNTRAN);
|
||||
} while (printer->status);
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue