Well this seems to kinda work

This commit is contained in:
XANTRONIX Development 2016-06-09 23:23:45 -05:00
parent a766ac528c
commit 750985745d

View file

@ -203,7 +203,7 @@ int tabby_printer_job_wait(tabby_printer *printer) {
if (tabby_printer_inquiry_send(printer) < 0) { if (tabby_printer_inquiry_send(printer) < 0) {
goto error_inquiry_send; goto error_inquiry_send;
} }
} while (printer->status & TABBY_PRINTER_UNTRAN); } while (printer->status);
return 0; return 0;