]> git.pld-linux.org Git - packages/php-pecl-htscanner.git/blob - php-htscanner-whitespace.patch
cab4a16615f57ec254759fac4aba7749f1dd39f5
[packages/php-pecl-htscanner.git] / php-htscanner-whitespace.patch
1 diff -urN htscanner-0.8.1-2/htscanner.c hts-m/htscanner.c
2 --- htscanner-0.8.1-2/htscanner.c       2007-03-23 12:31:59.000000000 +0100
3 +++ hts-m/htscanner.c   2007-09-01 23:32:12.757352258 +0200
4 @@ -98,6 +98,8 @@
5         PHP_HTSCANNER_LTRIM(name);
6         value = strchr(name, ' ');
7  
8 +       if(!value) value = strchr(name, '\t');
9 +
10         if (value) {
11                 int len;
12                 *value = 0;
This page took 0.029086 seconds and 3 git commands to generate.