]> granicus.if.org Git - graphviz/commit
squash another -Wsign-conversion warning in core_loadimage_ps
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 May 2021 00:42:05 +0000 (17:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 15:02:39 +0000 (08:02 -0700)
commit3891484f1182b7ac6235bc88bccc8f9deb001315
treeef6a5f2a016015312c1f82b7c2cbc95848c42160
parent42125e0f2cd4da0544d756f643354cef0944c7cc
squash another -Wsign-conversion warning in core_loadimage_ps

us->datasize and statbuf.st_size are equal at this point, so we may as well use
the correctly typed one of them.
plugin/core/gvloadimage_core.c