Fixed an error message.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3252 4a71c877-e1ca-e34f-864e-861f7616d084
master
Roman C 2007-12-30 19:46:49 +00:00
parent 628020119f
commit e7e6cffab4
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ BOOL loadResearchPR(const char *pPRData, UDWORD bufferSize)
if ((pResearch[incR].storeCount + 1) >
(SDWORD)pResearch[incR].numPRRequired)
{
debug( LOG_ERROR, "Trying to allocate more pre-requisites than allowed for research %s", getResearchName(pResearch) );
debug( LOG_ERROR, "Trying to allocate more pre-requisites than allowed for research %s", ResearchName );
abort();
return FALSE;
}