/[projects]/smsdaemon/plugins/TrainInfo.cpp
ViewVC logotype

Diff of /smsdaemon/plugins/TrainInfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 51 by torben, Wed Jun 11 08:25:34 2008 UTC revision 52 by torben, Wed Jun 11 12:15:14 2008 UTC
# Line 63  vector<TrainInfo> GetTrainInfo(string st Line 63  vector<TrainInfo> GetTrainInfo(string st
63    
64          string_nocase html = raw_doc.c_str();          string_nocase html = raw_doc.c_str();
65    
66          unsigned int pos = html.find("id='ankomsttabel'");          unsigned int pos =0; // = html.find("id='ankomsttabel'");
67    
68          while(1)          while(1)
69          {          {

Legend:
Removed from v.51  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.20