]> granicus.if.org Git - graphviz/commit
dotgen _dot_splines: fix truncation to int during intermediate calculations
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 18 Aug 2022 02:31:44 +0000 (19:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Aug 2022 04:38:16 +0000 (21:38 -0700)
commit7813eaa43b5151137ead1214f9ae794cb835d7b3
tree491f9cbeee90667fbf5f0cccc8893d7d2d79dc87
parent9c78d662b2cae1e60d520f218fa0557494ffabf2
dotgen _dot_splines: fix truncation to int during intermediate calculations

Like the prior commit, 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 5
-Wfloat-conversion warnings.
lib/dotgen/dotsplines.c