]> granicus.if.org Git - graphviz/commit
Quartz plugin quartzgen_begin_page: remove open coded 'MAP_FAILED'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 7 Apr 2022 00:34:09 +0000 (17:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Apr 2022 15:31:25 +0000 (08:31 -0700)
commit9414ae76edb8e0c5f8b8609ef3f215b33739f109
tree47f9644b7b5bee737b5446cd4937b1c3ea73629f
parent968de9011c3d1544fd5ed21631a4cdd52dcaa519
Quartz plugin quartzgen_begin_page: remove open coded 'MAP_FAILED'

Later on this code goes on to do an unchecked `mmap`, so it is unclear exactly
what the author believed the failure semantics of `mmap` are. Nevertheless, this
seems like a slight improvement.
plugin/quartz/gvrender_quartz.c