X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6a8f65bf184d85a0c51ffecca16f48e6f4b1ff12..df522794c38934be3229a11e0e2432a1f2a3bc8d:/ui-plain.c?ds=inline diff --git a/ui-plain.c b/ui-plain.c index da76406..1b2b672 100644 --- a/ui-plain.c +++ b/ui-plain.c @@ -34,7 +34,7 @@ static void print_object(const unsigned char *sha1, const char *path) ctx.page.mimetype = NULL; ext = strrchr(path, '.'); if (ext && *(++ext)) { - mime = string_list_lookup(ext, &ctx.cfg.mimetypes); + mime = string_list_lookup(&ctx.cfg.mimetypes, ext); if (mime) ctx.page.mimetype = (char *)mime->util; }