Fix "already done" test in libname_to_filename()
if "(libname == '\0')" should be instead "if (libname != '\0')"
This commit is contained in:
Reference in New Issue
Block a user
if "(libname == '\0')" should be instead "if (libname != '\0')"