From a255f222ef980325b578c47343011735684b6749 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Mon, 10 Dec 2012 16:36:54 +0100 Subject: [PATCH] Extending timestamp to 25 characters --- Server/DataStructures/QueryObjectsStorage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/DataStructures/QueryObjectsStorage.cpp b/Server/DataStructures/QueryObjectsStorage.cpp index 7efe9fde9..325cdb97d 100644 --- a/Server/DataStructures/QueryObjectsStorage.cpp +++ b/Server/DataStructures/QueryObjectsStorage.cpp @@ -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