Skip to content
  • Chun-wei Fan's avatar
    test-int2str.c: Use g_snprintf() · 411a2d46
    Chun-wei Fan authored
    snprintf() is not available on all platforms, and may work differently
    depending on the CRT implementation.  Use the g_snprintf() from GLib
    instead, since this is already GLib-using code.
    411a2d46