diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/vfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -473,6 +473,7 @@ test_family_compat(void) h5_fixname(COMPAT_BASENAME, fapl, filename, sizeof filename); + pathname[0] = '\0'; /* Generate correct name for test file by prepending the source path */ if(srcdir && ((strlen(srcdir) + strlen(filename) + 1) < sizeof(pathname))) { strcpy(pathname, srcdir); |