]> git.cworth.org Git - glaze/commit
Add a more useful error message if dlopen fails
authorCarl Worth <cworth@cworth.org>
Thu, 22 Aug 2013 00:32:35 +0000 (17:32 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Aug 2013 00:32:35 +0000 (17:32 -0700)
commit2b7630a8f3277a568695fc59996c8bad34261454
tree86ae6fc972f3dc931ea57c699f03d6e81a1264f0
parent553d330d06573b6bc951e3c00672a1abfe29b7aa
Add a more useful error message if dlopen fails

Previously, we were printing only the name of the library that we failed to
open. Now, we also print the underlying cause for the failure, (as reported
by dlerror).
glaze-gl.c