]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jdmerge.c
give the file name in the error message about failed Unicode conversion
[wxWidgets.git] / src / jpeg / jdmerge.c
index 9792882144df3c2ca293d7ff73a01d37dea43496..55eab3621733c9d24da38cff2998424a6696e5a9 100644 (file)
@@ -61,7 +61,7 @@ typedef struct {
    * to discard the dummy last row if the image height is odd.
    */
   JSAMPROW spare_row;
-  boolean spare_full;          /* T if spare buffer is occupied */
+  wxjpeg_boolean spare_full;           /* T if spare buffer is occupied */
 
   JDIMENSION out_row_width;    /* samples per output row */
   JDIMENSION rows_to_go;       /* counts rows remaining in image */