Extending timestamp to 25 characters
This commit is contained in:
parent
b0f035bf3c
commit
a255f222ef
@ -46,8 +46,8 @@ QueryObjectsStorage::QueryObjectsStorage(std::string hsgrPath, std::string ramIn
|
|||||||
}
|
}
|
||||||
if(!timestamp.length())
|
if(!timestamp.length())
|
||||||
timestamp = "n/a";
|
timestamp = "n/a";
|
||||||
if(15 < timestamp.length())
|
if(25 < timestamp.length())
|
||||||
timestamp.resize(15);
|
timestamp.resize(25);
|
||||||
|
|
||||||
INFO("Loading auxiliary information");
|
INFO("Loading auxiliary information");
|
||||||
//Init nearest neighbor data structure
|
//Init nearest neighbor data structure
|
||||||
|
Loading…
Reference in New Issue
Block a user