[DEBUG] coorection of the read all file text
This commit is contained in:
parent
a91136a0d8
commit
cc807465f8
@ -2029,6 +2029,7 @@ std::string etk::FSNodeReadAllData(const std::string& _path) {
|
|||||||
std::string tmp;
|
std::string tmp;
|
||||||
while (node.fileGets(tmp) == true) {
|
while (node.fileGets(tmp) == true) {
|
||||||
output += tmp;
|
output += tmp;
|
||||||
|
output += "\n";
|
||||||
}
|
}
|
||||||
output += tmp;
|
output += tmp;
|
||||||
node.fileClose();
|
node.fileClose();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user