Skip to content
Snippets Groups Projects
  • Gisle Vanem's avatar
    900ccc26
    http2: use correct include for snprintf · 900ccc26
    Gisle Vanem authored
    Using the first little merge of nghttp2 into libcurl, I stumbeled on the
    missing 'snprintf' in MSVCRT. Isn't this how we do it for other libcurl
    files?  I.e. use 'curl_msnprintf' and not 'snprintf' directly:
    900ccc26
    History
    http2: use correct include for snprintf
    Gisle Vanem authored
    Using the first little merge of nghttp2 into libcurl, I stumbeled on the
    missing 'snprintf' in MSVCRT. Isn't this how we do it for other libcurl
    files?  I.e. use 'curl_msnprintf' and not 'snprintf' directly: