[eso-midas] 13/16: Fix call of MergeHelp()

Ole Streicher olebole at moszumanska.debian.org
Wed Mar 25 14:16:07 UTC 2015


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

olebole pushed a commit to branch debian
in repository eso-midas.

commit 96a09d65785b896b598472a9398b4faf17657b85
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 25 14:00:46 2015 +0100

    Fix call of MergeHelp()
---
 debian/patches/fix_thelp_c.patch | 14 ++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/fix_thelp_c.patch b/debian/patches/fix_thelp_c.patch
new file mode 100644
index 0000000..6e59a04
--- /dev/null
+++ b/debian/patches/fix_thelp_c.patch
@@ -0,0 +1,14 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Fix call of MergeHelp()
+ The closing parenthesis was on the wrong place.
+--- a/prim/tw3/libsrc/thelp.c
++++ b/prim/tw3/libsrc/thelp.c
+@@ -1432,7 +1432,7 @@
+ 
+   if_not((load_file(filename)))	FINISH;
+ 
+-  if ((p = MergeHelp((PIECE *)(b->buf)), &loaded_file)) {
++  if ((p = MergeHelp((PIECE *)(b->buf), &loaded_file))) {
+ 	help->date = oshtime();	/* Be sure no Bad Index Error */
+ 	BUF_Clear(b);
+ 	BUF_AppendItem(b, PIECE, p);
diff --git a/debian/patches/series b/debian/patches/series
index 81cf0ee..4a391b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -26,3 +26,4 @@ fix_ftoc.patch
 fix_md5_c.patch
 fix_txdisplay_c.patch
 fix_modgcur_c.patch
+fix_thelp_c.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git



More information about the debian-science-commits mailing list