/[projects]/uloganalyzer/uloganalyzer.cpp
ViewVC logotype

Diff of /uloganalyzer/uloganalyzer.cpp

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

revision 123 by torben, Tue Dec 2 18:08:19 2008 UTC revision 124 by torben, Tue Dec 2 18:16:42 2008 UTC
# Line 67  void analyseLine(string line) { Line 67  void analyseLine(string line) {
67          }          }
68    
69          //print date and time          //print date and time
70          cout << words[0] << " " << words[1] << " " << words[2] << " ";          cout << words[0] << " "; //month
71            cout << setw(2) << words[1] << " " ; //day min width 2
72            cout << words[2] << " "; //timestamp
73          for (unsigned i=3; i<words.size(); i++) {          for (unsigned i=3; i<words.size(); i++) {
74                  analyseWord(words[i]);                  analyseWord(words[i]);
75          }          }

Legend:
Removed from v.123  
changed lines
  Added in v.124

  ViewVC Help
Powered by ViewVC 1.1.20