summaryrefslogtreecommitdiff
blob: a333a32e0a68a7577229cc5aa09bdb2e6133799c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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) ;