Commit 2de0ed2e authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

Grab an additional poppler fix from Ubuntu

parent 148b8f5b
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
gdcm (2.8.7-5) unstable; urgency=medium

  * Team upload
  * d/p/5083513138fc90aa602b93293d2e44ae73e883b0.patch
    - grab an additional fix from Ubuntu

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 22 Oct 2018 12:48:10 +0200

gdcm (2.8.7-4) unstable; urgency=medium

  * Team upload
+22 −0
Original line number Diff line number Diff line
@@ -40,3 +40,25 @@ index d926a2a8e..2c510d7df 100644
   GBool isUnicode;
   Unicode u;
   char buf[8];
Index: gdcm-2.8.7/Applications/Cxx/gdcmpdf.cxx
===================================================================
--- gdcm-2.8.7.orig/Applications/Cxx/gdcmpdf.cxx
+++ gdcm-2.8.7/Applications/Cxx/gdcmpdf.cxx
@@ -37,7 +37,7 @@
 static std::string getInfoDate(Dict *infoDict, const char *key)
 {
   Object obj;
-  char *s;
+  const char *s;
   int year, mon, day, hour, min, sec, n;
   struct tm tmStruct;
   //char buf[256];
@@ -104,7 +104,7 @@
 static std::string getInfoString(Dict *infoDict, const char *key, UnicodeMap *uMap, GBool & unicode)
 {
   Object obj;
-  GooString *s1;
+  const GooString *s1;
   GBool isUnicode = gFalse;
   Unicode u;
   char buf[8];