summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/qfits/files/qfits-6.2.0-ttest.patch')
-rw-r--r--sci-libs/qfits/files/qfits-6.2.0-ttest.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/qfits/files/qfits-6.2.0-ttest.patch b/sci-libs/qfits/files/qfits-6.2.0-ttest.patch
new file mode 100644
index 000000000000..ee87bfc702ca
--- /dev/null
+++ b/sci-libs/qfits/files/qfits-6.2.0-ttest.patch
@@ -0,0 +1,11 @@
+--- test/test_tfits.c 2006-04-27 14:08:43.000000000 +0100
++++ test/test_tfits.c.new 2007-02-23 00:29:41.000000000 +0000
+@@ -322,7 +322,7 @@
+ * Test on BINARY tables
+ */
+ say("Test the BINARY table") ;
+- strcat(filename, srcdir) ;
++ strcpy(filename, srcdir) ;
+ strcat(filename, BIN_TABLE_NAME) ;
+ err += qfits_test_table(filename, 1) ;
+