[Feedreader-development] CVS
Brought to you by:
toomastoots
|
From: Toomas T. <to...@i-...> - 2004-04-30 04:58:20
|
Something is wrong with CVS server at the moment (and yesterday evening,
too). Problem is that there is one bug in Feedreader what i cannot fix.
So, at the moment i do not suggest making latest build :).
..................
//
// extract all items, RSS standard
//
x2 := domdoc.getElementsBytagname('item');
for i := 0 to x2.length - 1 do
begin
setlength(TmpHeadlines, length(TmpHeadlines) + 1);
---->>>>> this is missing z := x2.item(i);
..................
Greetings
Toomas
|