Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

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

revision 1.125 by h677, Tue Apr 20 12:16:06 2004 UTC revision 1.126 by h677, Fri Apr 23 14:22:19 2004 UTC
# Line 1605  begin Line 1605  begin
1605                  Insert(' ',bufbody, 1);                  Insert(' ',bufbody, 1);
1606          end;          end;
1607          Result.FBody := bufBody;          Result.FBody := bufBody;
1608          Result.FTitle := Trim(GetTokenIndex(Line, Delim, 4));          //Result.FTitle := Trim(GetTokenIndex(Line, Delim, 4));
1609            Result.FTitle := Trim(RemoveToken(Line, Delim));
1610    
1611  end;  end;
1612    

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26