git-svn-id: svn://db.shs.com.ru/pip@498 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-05-16 11:21:10 +00:00
parent c1bbac0647
commit 0404250e71
4 changed files with 32 additions and 55 deletions

View File

@@ -144,7 +144,7 @@ bool PICodeParser::parseFileInternal(const PIString & file, bool follow_includes
f.open(PIIODevice::ReadOnly);
}
if (!f.isOpened()) {
//piCout << ("Error: can`t open file \"" + file + "\"!");
piCout << ("Error: can`t open file \"" + file + "\"!");
return false;
}
//piCout << "add" << file;