From b002d99ce2d6eec36e886067e87f983d7f2e0c54 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 3 Jul 2012 15:12:35 +0100 Subject: Tweak mubusy so it responds to 'pdfclean' as well as 'mupdfclean' etc. --- apps/mubusy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mubusy.c') 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); } } -- cgit v1.2.3