From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C93FF1381F3 for ; Sat, 8 Jun 2013 14:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45543E0993; Sat, 8 Jun 2013 14:23:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6600E0993 for ; Sat, 8 Jun 2013 14:23:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B30CE33E6D4 for ; Sat, 8 Jun 2013 14:23:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id 7D30E2171D; Sat, 8 Jun 2013 14:23:15 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/llpp/files: llpp-9999-mupdf_trailer.patch llpp-9999-mupdf-trailer.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: llpp-9999-mupdf_trailer.patch llpp-9999-mupdf-trailer.patch X-VCS-Directories: app-text/llpp/files X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130608142315.7D30E2171D@flycatcher.gentoo.org> Date: Sat, 8 Jun 2013 14:23:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ffed581-198b-4d37-a84c-4b6a19cec45f X-Archives-Hash: 4536369cdf277fbdb90990b5c65a11ac 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;