fixed code indent issue, closes #96
authorMichael Göhler <github@nixhub.de>
Sat, 6 Feb 2016 21:57:05 +0000 (22:57 +0100)
committerMichael Göhler <github@nixhub.de>
Sat, 6 Feb 2016 21:57:05 +0000 (22:57 +0100)
src/parser.c

index f0d4ed3..cbe46b1 100644 (file)
@@ -600,7 +600,7 @@ void markdown_debug(deck_t *deck, int debug) {
 void adjust_line_length(line_t *line) {
     int l = 0;
     const static wchar_t *special = L"\\*_`"; // list of interpreted chars
-    const wchar_t *c = &line->text->value[line->offset];
+    const wchar_t *c = &line->text->value[0];
     cstack_t *stack = cstack_init();
 
     // for each char in line