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.134 by h677, Mon May 3 14:33:19 2004 UTC revision 1.135 by h677, Wed May 5 13:54:12 2004 UTC
# Line 689  begin Line 689  begin
689                  Board.Sorted := False;                  Board.Sorted := False;
690          end;          end;
691          Board.IsThreadDatRead := True;          Board.IsThreadDatRead := True;
692          if not FileExists(Board.GetFolderIndexFileName) then begin          if (Board.Count > 0) and (not FileExists(Board.GetFolderIndexFileName)) then begin
693                  WriteThreadDat(Board);                  WriteThreadDat(Board);
694                  CreateThreadDat(Board);                  CreateThreadDat(Board);
695          end;          end;
696    
697  end;  end;
698    
699  (*************************************************************************  (*************************************************************************

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

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