1
0
Fork 0

DBG: resolved issue #711 (condition reverted)

This commit is contained in:
mrexodia 2016-06-04 10:40:29 +02:00
parent cb0596139d
commit 42163fa5cd
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ static int scriptinternalstep(int fromIp) //internal step routine
static bool scriptcreatelinemap(const char* filename)
{
String filedata;
if(FileHelper::ReadAllText(filename, filedata))
if(!FileHelper::ReadAllText(filename, filedata))
{
GuiScriptError(0, "FileHelper::ReadAllText failed...");
return false;