Enlightenment CVS committal Author : kiwi Project : e_modules Module : devian
Dir : e_modules/devian/src/module Modified Files: e_mod_data_rss_parse.c Log Message: Changelog update, and fix Rss bug =) Thanks to gimpel =================================================================== RCS file: /cvs/e/e_modules/devian/src/module/e_mod_data_rss_parse.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_data_rss_parse.c 14 Apr 2006 09:09:39 -0000 1.4 +++ e_mod_data_rss_parse.c 14 Apr 2006 14:17:34 -0000 1.5 @@ -366,7 +366,9 @@ { DDATARSSP(("Infos: detected title")); if (!(tmp = _parse_item(buf, &name, PARSE_ITEM_TITLE))) - PARSE_INFOS_FAILS(); + { + PARSE_INFOS_FAILS(); + } } else { @@ -374,7 +376,9 @@ { DDATARSSP(("Infos: detected link")); if (!(tmp = _parse_item(buf, &link, PARSE_ITEM_URL))) - PARSE_INFOS_FAILS(); + { + PARSE_INFOS_FAILS(); + } } else { @@ -382,13 +386,17 @@ { DDATARSSP(("Infos: detected description")); if (!(tmp = _parse_item(buf, &description, PARSE_ITEM_DESC))) - PARSE_INFOS_FAILS(); + { + PARSE_INFOS_FAILS(); + } } else { DDATARSSP(("Infos: unknow meta (%8.8s), skip", buf)); if (!(tmp = _parse_go_end_meta(buf))) - PARSE_INFOS_FAILS(); + { + PARSE_INFOS_FAILS(); + } } } } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs