Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoSystem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|