• Max Kellermann's avatar
    client: use sprintf() on WIN32 · 57b40133
    Max Kellermann authored
    On mingw32, snprintf() expects a 64 bit integer instead of a "long
    int" for "%li" - this is not consistent with our expectation, so we're
    using plain sprintf().
    57b40133
client_write.c 6.91 KB