]> granicus.if.org Git - graphviz/commit
dotgen make_flat_labeled_edge: fix truncation to int during intermediate ops
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 18 Aug 2022 02:46:02 +0000 (19:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Aug 2022 04:38:16 +0000 (21:38 -0700)
commit58f6a7b6051ab9e39ced4d8444c079d3b4739f60
tree1d1d6c5716b728a082ce6d0f9d327c7ce912f011
parente9f758f4a5c09d33f3da207911dcfd42a8183a4c
dotgen make_flat_labeled_edge: fix truncation to int during intermediate ops

Like the prior commits, the problem fixed in this commit seems to have been a
mistake in ebd6191b0eec6e23d96c92aaa06212de339207e3 in not updating these
variables to doubles when transitioning to double-based points. Squashes 1
-Wfloat-conversion warnings.
lib/dotgen/dotsplines.c