diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-22 23:18:22 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-22 23:18:22 +0000 |
commit | 28ccee4f33c2381fa1139cb7107739a38dfc12a3 (patch) | |
tree | 11b2d5718b7453cad00371ad653ce79f7833f400 /sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch | |
parent | dev-libs/starpu: in main tree (diff) | |
download | bicatali-master.tar.gz bicatali-master.tar.bz2 bicatali-master.zip |
Diffstat (limited to 'sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch')
-rw-r--r-- | sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch deleted file mode 100644 index 27a912f..0000000 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Ole Streicher <olebole@debian.org> -Description: Fix uninitialized value for haspm in RASortStars() - This fixes a crash with 'imstar -s'. ---- a/libwcs/sortstar.c -+++ b/libwcs/sortstar.c -@@ -417,6 +417,8 @@ - hasnum = 1; - if (spra != NULL && spdec != NULL) - haspm = 1; -+ else -+ haspm = 0; - if (sx != NULL && sy != NULL) - hasxy = 1; - else |