Commit 8dedad8b 8dedad8b3b61767669f9ae4b2fe497126283b662 by Sam Roberts

Removed a FIXME that seems to have been fixed.

1 parent 770ee4a7
...@@ -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 {
......