]> git.pld-linux.org Git - packages/php-pecl-htscanner.git/commitdiff
- obsolete as of 0.9.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 6 Mar 2009 22:56:19 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-htscanner-whitespace.patch -> 1.2

php-pecl-htscanner-whitespace.patch [deleted file]

diff --git a/php-pecl-htscanner-whitespace.patch b/php-pecl-htscanner-whitespace.patch
deleted file mode 100644 (file)
index cab4a16..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN htscanner-0.8.1-2/htscanner.c hts-m/htscanner.c
---- htscanner-0.8.1-2/htscanner.c      2007-03-23 12:31:59.000000000 +0100
-+++ hts-m/htscanner.c  2007-09-01 23:32:12.757352258 +0200
-@@ -98,6 +98,8 @@
-       PHP_HTSCANNER_LTRIM(name);
-       value = strchr(name, ' ');
-+      if(!value) value = strchr(name, '\t');
-+
-       if (value) {
-               int len;
-               *value = 0;
This page took 0.122362 seconds and 4 git commands to generate.