[DEBUG] android FSNode error

This commit is contained in:
Edouard DUPIN 2016-08-22 21:31:20 +02:00
parent f1dfed3ec2
commit 7da5b10f9f

View File

@ -1564,7 +1564,7 @@ std::vector<std::string> etk::FSNode::folderGetSub(bool _getFolder, bool _getFil
if (findIt == false) {
listAdded.push_back(tmpString);
etk::FSNode tmpEmement(tmpString);
TK_VERBOSE("find element : '" << tmpString << "' --> " << *tmpEmement);
TK_VERBOSE("find element : '" << tmpString << "' --> " << tmpEmement);
out.push_back(tmpEmement.getName());
}
}