Removed a FIXME that seems to have been fixed.
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -91,8 +91,6 @@ mu_debug_set_print (mu_debug_t debug, int (*_print) | ... | @@ -91,8 +91,6 @@ mu_debug_set_print (mu_debug_t debug, int (*_print) |
91 | return 0; | 91 | return 0; |
92 | } | 92 | } |
93 | 93 | ||
94 | /* FIXME: We use a fix size, we should use vasprinf or something | ||
95 | similar to get rid of this arbitrary limitation. */ | ||
96 | int | 94 | int |
97 | mu_debug_print (mu_debug_t debug, size_t level, const char *format, ...) | 95 | mu_debug_print (mu_debug_t debug, size_t level, const char *format, ...) |
98 | { | 96 | { | ... | ... |
-
Please register or sign in to post a comment