~ubuntu-branches/ubuntu/maverick/newsbeuter/maverick

« back to all changes in this revision

Viewing changes to src/listformatter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2009-12-08 21:20:22 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091208212022-agupa2xecomowov8
Tags: 2.1-1
* New upstream release
  - fix rss title parsing (Closes: #526612).
  - fix FTBFS on kFreeBSD (Closes: #543591).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        } else {
20
20
                lines.push_back(line_id_pair(text, id));
21
21
        }
 
22
        LOG(LOG_DEBUG, "listformatter::add_line: `%s'", text.c_str());
22
23
        refresh_cache = true;
23
24
}
24
25