1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-03 10:17:11 +00:00

Revoke changes made to pixel buffering in API

This commit is contained in:
Robin Stuart
2016-10-02 10:45:47 +01:00
parent f8b56002c9
commit f145680739
4 changed files with 50 additions and 9 deletions

View File

@@ -1177,7 +1177,7 @@ int ZBarcode_Buffer(struct zint_symbol *symbol, int rotate_angle) {
return ZINT_ERROR_INVALID_OPTION;
}
error_number = plot_raster(symbol, rotate_angle, OUT_BMP_FILE);
error_number = plot_raster(symbol, rotate_angle, OUT_BUFFER);
error_tag(symbol->errtxt, error_number);
return error_number;
}