pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4532996
)
fixed code indent issue, closes #96
author
Michael Göhler
<github@nixhub.de>
Sat, 6 Feb 2016 21:57:05 +0000
(22:57 +0100)
committer
Michael Göhler
<github@nixhub.de>
Sat, 6 Feb 2016 21:57:05 +0000
(22:57 +0100)
src/parser.c
patch
|
blob
|
history
diff --git
a/src/parser.c
b/src/parser.c
index
f0d4ed3
..
cbe46b1
100644
(file)
--- a/
src/parser.c
+++ b/
src/parser.c
@@
-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