]> granicus.if.org Git - graphviz/commit
smyrna: fix incorrect use of 'strtok'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 14 Jul 2022 00:45:31 +0000 (17:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 19 Jul 2022 03:05:43 +0000 (20:05 -0700)
commit7e9e90eb56b1aa81f562d0a3029177a7fb7c025d
tree47cc583ca7b699659b75e65fc150f4494b24e410
parent4a4d532d68c5253d87425ac90598a77fd5a6a519
smyrna: fix incorrect use of 'strtok'

This code was using `strtok` as if it splits based on the single separator
passed to it. But `strtok` actually treats the second parameter as a list of
character separators. In this change, we rephrase this code to do what its
original author appears to have intended.

This slightly changes the semantics of this code. But it seems we do not know
the exact intent of the original, so this is hoped to match the author’s
intention.

Gitlab: fixes #2259
CHANGELOG.md
cmd/smyrna/gui/frmobjectui.c