Skip to content
Snippets Groups Projects
Commit cb182607 authored by Thomas Boy's avatar Thomas Boy
Browse files

fix32

parent ac7e8a27
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ std::string TToolBox::mNzero(int i) ...@@ -10,7 +10,7 @@ std::string TToolBox::mNzero(int i)
} }
std::string TToolBox::getFileName(int i) std::string TToolBox::getFileName(int i)
{ {
std::string fileName = "/data/"+ mNzero(i) + ".jpg"; std::string fileName =std::string ( std::string ("/data/")+ mNzero(i) + std::string (".jpg"));
return fileName; return fileName;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment