Index: trunk/extensions/NativePreprocessor/preprocesstoobj.c |
— | — | @@ -573,7 +573,7 @@ |
574 | 574 | if ( count >= rulemin ) { |
575 | 575 | // Add it to the stack |
576 | 576 | addNodeWithTags( found, count ); |
577 | | - parentNode->flags = (i > 0 && text[i-1] == '\n') /* lineStart boolean */; |
| 577 | + parentNode->flags = (i == 0 || text[i-1] == '\n') /* lineStart boolean */; |
578 | 578 | /* close char does not need to be stored per Known rules */ |
579 | 579 | parentNode->count = count; |
580 | 580 | parentNode->argIndex = 0; |