[eso-midas] 05/16: Fix wrong empty if statement
Ole Streicher
olebole at moszumanska.debian.org
Wed Mar 25 14:16:06 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 b5bc0bdbf82355c1df03cd87265477ca13126e88
Author: Ole Streicher <debian at liska.ath.cx>
Date: Wed Mar 25 13:28:31 2015 +0100
Fix wrong empty if statement
---
debian/patches/fix_filepath_c.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/fix_filepath_c.patch b/debian/patches/fix_filepath_c.patch
new file mode 100644
index 0000000..f904031
--- /dev/null
+++ b/debian/patches/fix_filepath_c.patch
@@ -0,0 +1,13 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Fix wrong empty if statement
+--- a/gui/GraphLib/libsrc/uimxR5/src/filepath.c
++++ b/gui/GraphLib/libsrc/uimxR5/src/filepath.c
+@@ -438,7 +438,7 @@
+ endc= *end;
+ *end= '\0';
+
+- if(*pntr != '\0');
++ if(*pntr != '\0')
+ dappend(rtrn, getenv(pntr));
+
+ *end= endc;
diff --git a/debian/patches/series b/debian/patches/series
index 340585e..a6700c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ remove_pointer_conversion.patch
fix_fitswdm_c.patch
fix_midfct_c.patch
fix_esoext_c.patch
+fix_filepath_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