ext/generate.c in rdiscount-2.2.7.2 vs ext/generate.c in rdiscount-2.2.7.3

- old
+ new

@@ -178,16 +178,21 @@ va_end(ptr); Qstring(bfr, f); } +static int Qchar_mkd_sta_function_t(const int n, const void* iot) { + Qchar(n, iot); +} + + /* Qanchor() prints out a suitable-for-id-tag version of a string */ static void Qanchor(struct line *p, MMIOT *f) { mkd_string_to_anchor(T(p->text), S(p->text), - (mkd_sta_function_t)Qchar, f, 1, f); + Qchar_mkd_sta_function_t, f, 1, f); } /* Qem() */