Extending timestamp to 25 characters

This commit is contained in:
DennisOSRM 2012-12-10 16:36:54 +01:00
parent b0f035bf3c
commit a255f222ef

View File

@ -46,8 +46,8 @@ QueryObjectsStorage::QueryObjectsStorage(std::string hsgrPath, std::string ramIn
}
if(!timestamp.length())
timestamp = "n/a";
if(15 < timestamp.length())
timestamp.resize(15);
if(25 < timestamp.length())
timestamp.resize(25);
INFO("Loading auxiliary information");
//Init nearest neighbor data structure