• Paul Eggert's avatar
    Avoid the use of snprintf. · 61bfeeb7
    Paul Eggert authored
    * font.c (APPEND_SNPRINTF): Remove.
    (font_unparse_xlfd):
    * xterm.c (x_io_error_quitter):
    Use esnprintf, not snprintf.  That way, we don't have to worry
    about porting to ancient platforms that lack snprintf.
    (x_term_init): Use sprintf, not snprintf.
    61bfeeb7
xterm.c 320 KB