~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/comp_err.c

Removed my_vsnprintf and my_snprintf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
633
633
 
634
634
    NOTE:
635
635
      Does not support format specifiers with positional args
636
 
      like "%2$s" but that is not yet supported by my_vsnprintf
637
 
      either.
 
636
      like "%2$s" 
638
637
*/
639
638
 
640
639
static ha_checksum checksum_format_specifier(const char* msg)