You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/qfits/files/qfits-6.2.0-ttest.patch

12 lines
304 B

--- a/test/test_tfits.c
+++ b/test/test_tfits.c
@@ -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) ;