Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ItemDownload.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1186 |
NewRes: Integer; |
NewRes: Integer; |
| 1187 |
finish : Boolean; |
finish : Boolean; |
| 1188 |
loopCnt : Integer; |
loopCnt : Integer; |
| 1189 |
KokoTxt : string; |
// KokoTxt : string; |
| 1190 |
KokoIdx : Integer; |
// KokoIdx : Integer; |
| 1191 |
NewTxt : string; |
// NewTxt : string; |
| 1192 |
NewIdx : Integer; |
// NewIdx : Integer; |
| 1193 |
LastTxt : string; |
// LastTxt : string; |
| 1194 |
LastIdx : Integer; |
LastIdx : Integer; |
| 1195 |
begin |
begin |
| 1196 |
FileName := ThreadItem.GetThreadFileName; |
FileName := ThreadItem.GetThreadFileName; |
| 1251 |
|
|
| 1252 |
Body.Text := Content; |
Body.Text := Content; |
| 1253 |
if (ThreadItem.Kokomade > 0) and (ThreadItem.Kokomade <= oldBody.Count) then begin |
if (ThreadItem.Kokomade > 0) and (ThreadItem.Kokomade <= oldBody.Count) then begin |
| 1254 |
ThreadItem.Kokomade := Body.IndexOf(oldBody.Strings[ ThreadItem.Kokomade - 1 ]) + 1; |
ThreadItem.Kokomade := Body.IndexOf(oldBody.Strings[ ThreadItem.Kokomade - 1 ]); |
| 1255 |
|
if ThreadItem.Kokomade <> -1 then ThreadItem.Kokomade := ThreadItem.Kokomade + 1; |
| 1256 |
end; |
end; |
| 1257 |
|
|
| 1258 |
LastIdx := oldBody.Count; |
LastIdx := oldBody.Count; |
|
|
Legend:
| Removed from v.1.35 |
|
| changed lines |
| |
Added in v.1.36 |
|
|
|