SOURCES: php-pecl-htscanner-whitespace.patch (NEW), php-htscanner-...

adamg adamg at pld-linux.org
Sun Sep 2 00:20:44 CEST 2007


Author: adamg                        Date: Sat Sep  1 22:20:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- switch to php-pecl-htscanner

---- Files affected:
SOURCES:
   php-pecl-htscanner-whitespace.patch (NONE -> 1.1)  (NEW), php-htscanner-whitespace.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/php-pecl-htscanner-whitespace.patch
diff -u /dev/null SOURCES/php-pecl-htscanner-whitespace.patch:1.1
--- /dev/null	Sun Sep  2 00:20:44 2007
+++ SOURCES/php-pecl-htscanner-whitespace.patch	Sun Sep  2 00:20:39 2007
@@ -0,0 +1,12 @@
+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;
================================================================


More information about the pld-cvs-commit mailing list