]> granicus.if.org Git - graphviz/commit
gvpr tvtypeToStr: take a long long instead of int
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 3 Aug 2022 01:16:18 +0000 (18:16 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Aug 2022 00:03:40 +0000 (17:03 -0700)
commit6cf54d94628ca21c62b7473c12f8e550fdb8f596
treebba061b910b68b1366625cf8fed12facf34fd8d0
parent2c63a831ad8792989053d7dbd41374017e0e8d74
gvpr tvtypeToStr:  take a long long instead of int

This function is always called with long long values, so lets match it with its
callers. Squashes 2 -Wconversion warnings.
lib/gvpr/compile.c