]> granicus.if.org Git - graphviz/commit
WebP plugin: fix use of raw '%zu'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Apr 2022 03:39:41 +0000 (20:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 16:54:03 +0000 (09:54 -0700)
commit354a3597b1631f556be6841d3250b9628a47a48e
tree73b9030b2bf7deefd125b03810cca46c7ff4c27d
parent8f804563060917e1f02ac4f2cf64c9b97c39f2d5
WebP plugin: fix use of raw '%zu'

03a5c3621e3185e4ca116805317a98cdc8595443 introduced another usage of the format
specifier `%zu` which has some compatibility issues on Windows. This change
switches to what it should have done to begin with, used the compatibility shim.
plugin/webp/gvloadimage_webp.c