"Jose' Matos" <[EMAIL PROTECTED]> writes:

| @@ -72,7 +71,8 @@ void InsetCommandParams::scanCommand(str
|               case OPTION:    toptions += c; break;
|               case SECOPTION: tsecoptions += c; break;
|               case CONTENT:   tcontents += c; break;
| -             case WS:
| +             case WS: {
| +                     char b = i? cmd[i-1]: 0;
|                       if (c == '\\') {
|                               state = CMDNAME;
|                       } else if (c == '[' && b != ']') {

You forgot your spaces: "i ? cmd[i - 1] : 0"

-- 
        Lgb

Reply via email to