Only use abort() for fatal conditions: abort() cleanup patch.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7517 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
8160e6c352
commit
ec2a78df63
|
@ -185,7 +185,6 @@ BOOL loadFeatureStats(const char *pFeatureData, UDWORD bufferSize)
|
|||
if (psFeature->psImd == NULL)
|
||||
{
|
||||
debug( LOG_ERROR, "Cannot find the feature PIE for record %s", getName( psFeature->pName ) );
|
||||
abort();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue