This commit is contained in:
Robin Stuart 2016-09-11 08:47:34 +01:00
parent e0402ba434
commit 7ae2e68396

View file

@ -59,7 +59,7 @@ int save_raster_image_to_file(struct zint_symbol *symbol, int image_height, int
#ifndef _MSC_VER
char rotated_pixbuf[image_height * image_width];
#else
char* rrotated_pixbuf = (char *) _alloca((image_height * image_width) * sizeof (char));
char* rotated_pixbuf = (char *) _alloca((image_height * image_width) * sizeof (char));
#endif /* _MSC_VER */
switch (rotate_angle) {