]> granicus.if.org Git - graphviz/commit
gvplugin_load: use a 'strview_t' for 'reqpkg'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Jun 2022 19:10:34 +0000 (12:10 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Jul 2022 00:13:06 +0000 (17:13 -0700)
commiteec916ebc4f8823bf3f1bd2c434b7e16861b9bfb
tree1d9347d47fab6b543ae1ecfc99784b257d4beb51
parent558fa30aefc2882390dfec63b62cc7d32471de7e
gvplugin_load: use a 'strview_t' for 'reqpkg'

This string is always terminated by `'\0'`, not `':'`, so there is little
advantage in using a `strview_t` over a `const char*`. But upcoming changes will
refactor the surrounding code to use `strview_t`, so it will be more readable to
use `strview_t` consistently here.
lib/gvc/gvplugin.c