[DEBUG] coorection of the read all file text

This commit is contained in:
Edouard DUPIN 2014-12-29 22:58:27 +01:00
parent a91136a0d8
commit cc807465f8

View File

@ -2029,6 +2029,7 @@ std::string etk::FSNodeReadAllData(const std::string& _path) {
std::string tmp;
while (node.fileGets(tmp) == true) {
output += tmp;
output += "\n";
}
output += tmp;
node.fileClose();