Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ItemDownload.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1259 |
OldCnt := Body.IndexOf(oldBody.Strings[ LastIdx ]) + 1; |
OldCnt := Body.IndexOf(oldBody.Strings[ LastIdx ]) + 1; |
| 1260 |
until ( OldCnt <> 0 ) or (LastIdx = 0); |
until ( OldCnt <> 0 ) or (LastIdx = 0); |
| 1261 |
|
|
| 1262 |
|
if OldCnt >= Body.Count then OldCnt := Body.Count - 1; |
| 1263 |
NewRes := Body.Count - OldCnt; |
NewRes := Body.Count - OldCnt; |
| 1264 |
|
|
| 1265 |
|
|
| 1266 |
finally |
finally |
| 1267 |
oldBody.Free; |
oldBody.Free; |
| 1268 |
end; |
end; |
|
|
Legend:
| Removed from v.1.37 |
|
| changed lines |
| |
Added in v.1.38 |
|
|
|