summaryrefslogtreecommitdiff
path: root/source/cbz/muimg.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cbz/muimg.c')
-rw-r--r--source/cbz/muimg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cbz/muimg.c b/source/cbz/muimg.c
index 41831cdf..d0087fa7 100644
--- a/source/cbz/muimg.c
+++ b/source/cbz/muimg.c
@@ -85,7 +85,7 @@ static int
img_lookup_metadata(fz_context *ctx, img_document *doc, const char *key, char *buf, int size)
{
if (!strcmp(key, "format"))
- return fz_strlcpy(buf, "Image", size);
+ return (int)fz_strlcpy(buf, "Image", size);
return -1;
}