[Chinese-commits] [zh-autoconvert] 07/26: Imported Debian patch 0.3.14-2.1

Anthony Fok foka at debian.org
Wed Nov 18 00:26:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

foka pushed a commit to branch master
in repository zh-autoconvert.

commit c777790d221dbc7de3f755c1ddab8ec086678f4b
Author: Frank Lichtenheld <djpig at debian.org>
Date:   Sat Aug 6 02:59:50 2005 +0200

    Imported Debian patch 0.3.14-2.1
---
 debian/changelog | 8 ++++++++
 hzconvert/b2u.c  | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f795217..410e7a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+zh-autoconvert (0.3.14-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch by Andreas Jochens to fix FTBFS with gcc 4.0
+    (Closes: #297142)
+
+ -- Frank Lichtenheld <djpig at debian.org>  Sat,  6 Aug 2005 02:59:50 +0200
+
 zh-autoconvert (0.3.14-2) unstable; urgency=low
 
   * patch for gcc-3.4. (closes:Bug#264156) 
diff --git a/hzconvert/b2u.c b/hzconvert/b2u.c
index 43e2eb4..a1cd277 100644
--- a/hzconvert/b2u.c
+++ b/hzconvert/b2u.c
@@ -51,7 +51,7 @@ static void b2u(s, t)
 		}
 	}
 */
-	c2 -= c2 >= 0xa1 ? (0xa1 - 63) : 0x40;
+	s[1] = c2 - (c2 >= 0xa1 ? (0xa1 - 63) : 0x40);
         i= ((c1 - 0xa1)*157 + c2) * 2;
 	t[1] = BtoU[i++];  t[0] = BtoU[i];
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/zh-autoconvert.git



More information about the Chinese-commits mailing list