1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 09:57:02 +00:00

raster: #197 OUT_BUFFER_INTERMEDIATE; manual retab

This commit is contained in:
gitlost
2020-08-11 17:05:57 +01:00
parent d063263432
commit c22dacfcc8

View File

@@ -839,7 +839,7 @@ int row, col, i = 0;
for (row = 0; row < my_symbol->bitmap_height; row++) {
for (col = 0; col < my_symbol->bitmap_width; col++) {
render_pixel(row, col, my_symbol->bitmap[i]);
i++;
i++;
}
}