[eso-midas] 11/16: Correct type of str array in prim/tw3/libsrc/txtdisplay.c

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 c34a8f14c6b0b6b05365d5709801d2f0b199732f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 25 13:53:44 2015 +0100

    Correct type of str array in prim/tw3/libsrc/txtdisplay.c
---
 debian/patches/fix_txdisplay_c.patch | 13 +++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/fix_txdisplay_c.patch b/debian/patches/fix_txdisplay_c.patch
new file mode 100644
index 0000000..12211a2
--- /dev/null
+++ b/debian/patches/fix_txdisplay_c.patch
@@ -0,0 +1,13 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Correct type of str array
+--- a/prim/tw3/libsrc/txdisplay.c
++++ b/prim/tw3/libsrc/txdisplay.c
+@@ -526,7 +526,7 @@
+ .RETURNS OK  / NOK 
+ .REMARKS Important actions as \03action\04
+ ---*/
+-	char 	*str;	/* IN: String to display	*/
++	char 	**str;	/* IN: String to display	*/
+ 	int	clear_option;	/* IN: Option to clear Window before display */
+ {
+ 	int status, i;
diff --git a/debian/patches/series b/debian/patches/series
index cf0d7e2..449491c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -24,3 +24,4 @@ fix_scc_c.patch
 fix_cextrco_c.patch
 fix_ftoc.patch
 fix_md5_c.patch
+fix_txdisplay_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