]> granicus.if.org Git - graphviz/commit
gvc gvplugin_library_load: replace read check using 'stat' with using 'access'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Oct 2022 01:19:18 +0000 (18:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Oct 2022 01:08:59 +0000 (18:08 -0700)
commit30e3b20544baf15a8efb034e9b244188b8540d3c
treeeb49164a619aaeec6773368010c9c58b7e32b3a1
parent01bbb7b93b94f0121206d20547e2464a7b3db480
gvc gvplugin_library_load: replace read check using 'stat' with using 'access'

This probably uses `stat` under the hood too, but is slightly more concise and
clear about intent.
lib/gvc/gvplugin.c