mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Arg typo in raster draw_bullseye
This commit is contained in:
parent
5c5bf9f635
commit
c39c6a745f
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ void draw_circle(char *pixelbuf, int image_width, int image_height, int x0, int
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void draw_bullseye(char pixelbuf, int image_width, int image_height, int xoffset, int yoffset, int scaler) {
|
void draw_bullseye(char *pixelbuf, int image_width, int image_height, int xoffset, int yoffset, int scaler) {
|
||||||
/* Central bullseye in Maxicode symbols */
|
/* Central bullseye in Maxicode symbols */
|
||||||
float x = 14.5 * scaler;
|
float x = 14.5 * scaler;
|
||||||
float y = 15.0 * scaler;
|
float y = 15.0 * scaler;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue