Merge branch 'master' of https://github.com/plinth666/epsonsimplecups
This commit is contained in:
commit
b373c4c838
|
@ -49,6 +49,7 @@ t_bufferscan *bufferscan_new(int bytesperrow, int rows, int outputFlags, FILE *f
|
|||
if (!bs) return 0;
|
||||
|
||||
bs->bytesPerRow = bytesperrow;
|
||||
bs->currentRow = 0;
|
||||
bs->totalRows = rows;
|
||||
bs->outputFlags = outputFlags;
|
||||
bs->fp = fp;
|
||||
|
|
Loading…
Reference in a new issue