X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fparser.c;h=7ad2a48abc5e2116908b0a45d58df2d5dc7aa8f5;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=761a57a6e9db583ebc7bc4fa1d6cc7eb90218baa;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/lib/parser.c b/lib/parser.c index 761a57a6e..7ad2a48ab 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -47,6 +47,7 @@ static int match_one(char *s, char *p, substring_t args[]) else if (*p == '%') { if (*s++ != '%') return 0; + p++; continue; }