--- smsdaemon/plugins/TrainInfo.cpp 2008/12/18 06:53:29 196 +++ smsdaemon/plugins/TrainInfo.cpp 2009/03/26 22:10:28 218 @@ -102,7 +102,9 @@ TrainInfo info; - int start = pos+16; + pos = html.find("", pos); info.time = html.substr(start, stop-start).c_str();