canonselphy: Fix early parse on subsequent pages.

This commit is contained in:
Solomon Peachy 2014-06-13 22:30:26 -04:00
parent fdbb7337f4
commit c9f650166d
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ static int canonselphy_early_parse(void *vctx, int data_fd)
ERROR("Read failed (%d/%d/%d)\n", ERROR("Read failed (%d/%d/%d)\n",
i, 0, MAX_HEADER); i, 0, MAX_HEADER);
perror("ERROR: Read failed"); perror("ERROR: Read failed");
return CUPS_BACKEND_CANCEL; return -1;
} }
printer_type = parse_printjob(ctx->buffer, &ctx->bw_mode, &ctx->plane_len); printer_type = parse_printjob(ctx->buffer, &ctx->bw_mode, &ctx->plane_len);