diff options
Diffstat (limited to 'Build/source/texk/dvipng/special.c')
-rw-r--r-- | Build/source/texk/dvipng/special.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/special.c b/Build/source/texk/dvipng/special.c index 2aee471169d..22b29cca8ec 100644 --- a/Build/source/texk/dvipng/special.c +++ b/Build/source/texk/dvipng/special.c @@ -436,6 +436,7 @@ void SetSpecial(char * special, int32_t hh, int32_t vv) FILE* psstream; #endif + PSCodeInit(&image, NULL); TEMPSTR(image.filename,kpse_find_file(psname,kpse_pict_format,0)); if (MmapFile(image.filename,&(image.fmmap)) || image.fmmap.size==0) { Warning("Image file %s unusable, image will be left blank", |