Skip to content

Commit

Permalink
In Csreparse, pass our flags down to ___mkd_reparse
Browse files Browse the repository at this point in the history
  • Loading branch information
Orc committed Jan 1, 2017
1 parent 72c99f1 commit 641c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Csio.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Csreparse(Cstring *iot, char *buf, int size, int flags)
{
MMIOT f;
___mkd_initmmiot(&f, 0);
___mkd_reparse(buf, size, 0, &f, 0);
___mkd_reparse(buf, size, flags, &f, 0);
___mkd_emblock(&f);
SUFFIX(*iot, T(f.out), S(f.out));
___mkd_freemmiot(&f, 0);
Expand Down

0 comments on commit 641c691

Please sign in to comment.