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-861f7616d084
master
Buginator 2009-05-23 19:46:27 +00:00 committed by Git SVN Gateway
parent 8160e6c352
commit ec2a78df63
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}