summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch')
-rw-r--r--dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch b/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch
deleted file mode 100644
index 49891a7113a3..000000000000
--- a/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- htscanner.c.orig 2007-03-23 12:31:59.000000000 +0100
-+++ htscanner.c 2007-11-24 17:43:07.000000000 +0100
-@@ -97,6 +97,8 @@
- /* strip any leading whitespaces or tabs from the name */
- PHP_HTSCANNER_LTRIM(name);
- value = strchr(name, ' ');
-+
-+ if(!value) value = strchr(name, '\t');
-
- if (value) {
- int len;