diff options
Diffstat (limited to 'src/dicache.c')
-rw-r--r-- | src/dicache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.c b/src/dicache.c index a95b1a52..86578ba1 100644 --- a/src/dicache.c +++ b/src/dicache.c @@ -408,7 +408,7 @@ static void *Dicache_image(int ImgType, const char *MimeType, void *Ptr, if (!DicEntry) { /* Let's create an entry for this image... */ DicEntry = a_Dicache_add_entry(web->url); - DicEntry->DecoderData = + DicEntry->DecoderData = (ImgType == DIC_Png) ? a_Png_new(web->Image, DicEntry->url, DicEntry->version) : (ImgType == DIC_Gif) ? |