]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix c89 compatibility by removing snprintf()
authorYann Collet <yann.collet.73@gmail.com>
Wed, 21 Feb 2024 03:21:01 +0000 (19:21 -0800)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 21 Feb 2024 03:24:50 +0000 (19:24 -0800)
commit588dfbcc97657f1d70e711f3e22d8f992e14ae28
tree48f46bbf231bf7f35e19f1c292e3ba447adf6587
parentc2d357033838c01c827fc10f0b2b850df339776a
fix c89 compatibility by removing snprintf()

note that this function has been in the code for a long while,
so why does it only start failing CI tests now ?
programs/benchzstd.c