@@ -49,7 +49,7 @@ int require(char* lib, char* version)
{
/* Load library and dbd file of requested version */
errno=0;
if(ld(0,0,libname)==NULL||errno)
if(ld(0,0,libname)==NULL)
{
if(errno==S_symLib_SYMBOL_NOT_FOUND)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.