ext/Csio.c in rdiscount-2.2.0.2 vs ext/Csio.c in rdiscount-2.2.7
- old
+ new
@@ -48,14 +48,14 @@
/* reparse() into a cstring
*/
void
-Csreparse(Cstring *iot, char *buf, int size, int flags)
+Csreparse(Cstring *iot, char *buf, int size, mkd_flag_t 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);
}