Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-htscanner/files: pecl-htscanner-0.8.1-bug11959.patch digest-pecl-htscanner-0.8.1
Date: Thu, 29 Nov 2007 23:48:09
Message-Id: E1Ixt6w-00065V-KB@stork.gentoo.org
1 jokey 07/11/29 23:48:02
2
3 Added: pecl-htscanner-0.8.1-bug11959.patch
4 digest-pecl-htscanner-0.8.1
5 Log:
6 Initial import from project overlay
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.1 dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch?rev=1.1&content-type=text/plain
14
15 Index: pecl-htscanner-0.8.1-bug11959.patch
16 ===================================================================
17 --- htscanner.c.orig 2007-03-23 12:31:59.000000000 +0100
18 +++ htscanner.c 2007-11-24 17:43:07.000000000 +0100
19 @@ -97,6 +97,8 @@
20 /* strip any leading whitespaces or tabs from the name */
21 PHP_HTSCANNER_LTRIM(name);
22 value = strchr(name, ' ');
23 +
24 + if(!value) value = strchr(name, '\t');
25
26 if (value) {
27 int len;
28
29
30
31 1.1 dev-php5/pecl-htscanner/files/digest-pecl-htscanner-0.8.1
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/files/digest-pecl-htscanner-0.8.1?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/files/digest-pecl-htscanner-0.8.1?rev=1.1&content-type=text/plain
35
36 Index: digest-pecl-htscanner-0.8.1
37 ===================================================================
38 MD5 8d3a4a63639c380b9268717a9a28dabe htscanner-0.8.1.tgz 8608
39 RMD160 0fc6433e413506ea48ccc8ecc71717ddd16c81eb htscanner-0.8.1.tgz 8608
40 SHA256 d400194d4d4d2bbacbaffc8035496caeaa4f524a685bdd4f93ebfdfed0a3e000 htscanner-0.8.1.tgz 8608
41
42
43
44 --
45 gentoo-commits@g.o mailing list