File: 03-psfilenew.diff

package info (click to toggle)
python-poppler 0.12.1-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,684 kB
  • ctags: 117
  • sloc: sh: 10,208; python: 89; makefile: 51; ansic: 37
file content (27 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From f96e0b1b3442e134d3e10d35f2d86e6178256fa5 Mon Sep 17 00:00:00 2001
From: Jens Stimpfle <debian@jstimpfle.de>
Date: Thu, 8 Oct 2015 12:42:13 -0700
Subject: fixes a typo for ps_file_new binding.

Bug-Debian: http://bugs.debian.org/662890
Forwarded: yes
Last-Update: 2012-04-24

Patch-Name: 03-psfilenew.diff
---
 poppler.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poppler.defs b/poppler.defs
index 7d150a9..595807b 100644
--- a/poppler.defs
+++ b/poppler.defs
@@ -1212,7 +1212,7 @@
 
 (define-function poppler_ps_file_new
   (c-name "poppler_ps_file_new")
-  (is-constructor-of "PopplerPsFile")
+  (is-constructor-of "PopplerPSFile")
   (return-type "PopplerPSFile*")
   (parameters
     '("PopplerDocument*" "document")