summaryrefslogtreecommitdiff
path: root/apps/mubusy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mubusy.c')
-rw-r--r--apps/mubusy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mubusy.c b/apps/mubusy.c
index b520d0ec..e11d488c 100644
--- a/apps/mubusy.c
+++ b/apps/mubusy.c
@@ -58,7 +58,7 @@ int main(int argc, char **argv)
{
strcpy(buf, "mupdf");
strcat(buf, tools[i].name);
- if (namematch(end, start, buf))
+ if (namematch(end, start, buf) || namematch(end, start, buf+2))
return tools[i].func(argc, argv);
}
}