diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/skin_parser/skin_parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/skin_parser/skin_parser.c b/lib/skin_parser/skin_parser.c index 2d43971..5e4ef49 100644 --- a/lib/skin_parser/skin_parser.c +++ b/lib/skin_parser/skin_parser.c @@ -463,6 +463,7 @@ static int skin_parse_tag(struct skin_element* element, char** document) cursor++; if (*cursor) cursor++; + skin_line++; *document = cursor; return 1; } @@ -628,6 +629,7 @@ static int skin_parse_tag(struct skin_element* element, char** document) cursor++; if (*cursor) cursor++; + skin_line++; } *document = cursor; |