Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Sort.pas

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

revision 1.2 by h677, Wed Aug 13 10:11:56 2003 UTC revision 1.3 by h677, Thu Sep 4 08:22:07 2003 UTC
# Line 78  begin Line 78  begin
78                  4: Result := 0;                  4: Result := 0;
79                  5: Result := AnsiCompareText(ThreadItem1.RoundName, ThreadItem2.RoundName);                  5: Result := AnsiCompareText(ThreadItem1.RoundName, ThreadItem2.RoundName);
80                  6: Result := CompareDate(ThreadItem1.LastModified, ThreadItem2.LastModified);                  6: Result := CompareDate(ThreadItem1.LastModified, ThreadItem2.LastModified);
81        else
82            Result := 0;
83          end;          end;
84    
85  {       if SortIndex = 0 then  {       if SortIndex = 0 then

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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