~ubuntu-branches/ubuntu/precise/tracker/precise

« back to all changes in this revision

Viewing changes to src/tracker-extract/tracker-extract-pdf.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-12-04 06:40:28 UTC
  • mfrom: (4.3.21 sid)
  • Revision ID: package-import@ubuntu.com-20111204064028-cqe0x4f4is6nojla
Tags: 0.12.8-1
* New upstream release.
* Update symbols file for libtracker-extract-0.12-0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
                                break;
154
154
                }
155
155
 
 
156
                poppler_action_free (action);
156
157
                iter = poppler_index_iter_get_child (index);
157
158
                read_toc (iter, toc);
158
159
        } while (poppler_index_iter_next (index));
202
203
               remaining_bytes > 0 &&
203
204
               g_timer_elapsed (timer, NULL) < 5) {
204
205
                PopplerPage *page;
205
 
                gsize written_bytes;
 
206
                gsize written_bytes = 0;
206
207
                gchar *text;
207
208
 
208
209
                page = poppler_document_get_page (document, i);