[eso-midas] 03/03: Find another off-by-one declaration problem

Ole Streicher olebole at moszumanska.debian.org
Wed Mar 18 12:29:19 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 47ca1919914abf7cc3a8190d8fc2fec6a8e0659b
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 18 13:28:03 2015 +0100

    Find another off-by-one declaration problem
---
 debian/patches/fix_trivial_errors.patch | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/patches/fix_trivial_errors.patch b/debian/patches/fix_trivial_errors.patch
index f5915d3..7e205a2 100644
--- a/debian/patches/fix_trivial_errors.patch
+++ b/debian/patches/fix_trivial_errors.patch
@@ -43,7 +43,16 @@ Description: Fix/circumvent some trivial errors
  /*
 --- a/stdred/mos/libsrc/misc.c
 +++ b/stdred/mos/libsrc/misc.c
-@@ -43,7 +43,7 @@
+@@ -25,6 +25,8 @@
+ #endif
+ #include <gl_defs.h>
+ 
++extern char *strstrs();
++
+ /* check for the existence of 'file' with the extension 'ext' (incl. dot) */
+ #ifdef __STDC__
+    int file_exists( char *file, char *ext )
+@@ -43,7 +45,7 @@
  	    break;
  	}
  

-- 
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