Re: [Feedreader-development] CVS
Brought to you by:
toomastoots
From: Karsten H. <kh...@kh...> - 2004-04-30 16:15:11
|
I can log into cvs. Is the bug fixed? Toomas Toots wrote: > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development > |