public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/llpp/files: llpp-9999-mupdf_trailer.patch llpp-9999-mupdf-trailer.patch
@ 2013-06-08 14:23 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-06-08 14:23 UTC (permalink / raw
  To: gentoo-commits

xmw         13/06/08 14:23:15

  Added:                llpp-9999-mupdf_trailer.patch
  Removed:              llpp-9999-mupdf-trailer.patch
  Log:
  USE=static and USE=ocamlopt
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.1                  app-text/llpp/files/llpp-9999-mupdf_trailer.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/llpp/files/llpp-9999-mupdf_trailer.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/llpp/files/llpp-9999-mupdf_trailer.patch?rev=1.1&content-type=text/plain

Index: llpp-9999-mupdf_trailer.patch
===================================================================
--- llpp-9999/link.c
+++ llpp-9999/link.c
@@ -523,7 +523,7 @@
         printd ("info PDF version\t%d.%d",
                 state.u.pdf->version / 10, state.u.pdf->version % 10);
 
-        infoobj = pdf_dict_gets (state.u.pdf->trailer, "Info");
+        infoobj = pdf_dict_gets (pdf_trailer(state.u.pdf), "Info");
         if (infoobj) {
             int i;
             char *s;





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-08 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 14:23 [gentoo-commits] gentoo-x86 commit in app-text/llpp/files: llpp-9999-mupdf_trailer.patch llpp-9999-mupdf-trailer.patch Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox