When adding the return -1 to prevent warnings on some compilers, others
started complaining since it won't be reached... So I removed the call to abort() and just return -1 instead. abort() was wrong to call anyway since this is a library!
parent
5f1eefd0
Please register or sign in to comment