Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2539 |
board := BBSs[ 0 ].FindBBSID( PathRec.FBBS ); |
board := BBSs[ 0 ].FindBBSID( PathRec.FBBS ); |
| 2540 |
if board <> nil then |
if board <> nil then |
| 2541 |
threadItem := board.Find( PathRec.FKey + '.dat' ); |
threadItem := board.Find( PathRec.FKey + '.dat' ); |
| 2542 |
|
if threadItem = nil then |
| 2543 |
|
threadItem := GetActiveContent; |
| 2544 |
end; |
end; |
| 2545 |
|
|
| 2546 |
if threadItem <> nil then begin |
if threadItem <> nil then begin |
|
|
Legend:
| Removed from v.1.164 |
|
| changed lines |
| |
Added in v.1.165 |
|
|
|