]> granicus.if.org Git - graphviz/commit
rewrite indexOf
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 24 Feb 2021 02:06:19 +0000 (18:06 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Mar 2021 06:05:11 +0000 (22:05 -0800)
commit84efe93d5c5a4da0e778dbf01ed8550d2d774fdf
tree29e80b34286e0c05e5705edd61111b08b34171f8
parent40c2d7a5a773b2987ca506ce3f5049187ba7ddfb
rewrite indexOf

There is a C standard library function that does almost all of this for us. This
removes two -Wconversion and one -Wsign-conversion warnings.
lib/gvpr/actions.c