Browse Source

Import Debian version 5.04-5+squeeze2

Florian Weimer 13 years ago
parent
commit
fad04ebade
2 changed files with 14 additions and 0 deletions
  1. 13 0
      debian/patches/cdf-word-detection
  2. 1 0
      debian/patches/series

+ 13 - 0
debian/patches/cdf-word-detection

@@ -0,0 +1,13 @@
+Index: git/src/readcdf.c
+===================================================================
+--- git.orig/src/readcdf.c	2012-03-04 16:53:50.248557916 +0100
++++ git/src/readcdf.c	2012-03-04 16:53:53.156345659 +0100
+@@ -285,7 +285,7 @@
+ 		    d = &dir.dir_tab[j];
+ 		    for (k = 0; k < sizeof(name); k++)
+ 			name[k] = (char)cdf_tole2(d->d_name[k]);
+-		    if (strstr(name, "WordDocument") == 0) {
++		    if (strstr(name, "WordDocument") != 0) {
+ 			str = "msword";
+ 			break;
+ 		    }

+ 1 - 0
debian/patches/series

@@ -82,3 +82,4 @@
 999-conglomeration.patch
 cdf-cert-bff-crashes
 cdf-restore-prefix
+cdf-word-detection