diff options
Diffstat (limited to 'test/vfd.c')
-rw-r--r-- | test/vfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ const char *FILENAME[] = { NULL }; -#define COMPAT_BASENAME "family_v1.6_" +#define COMPAT_BASENAME "family_v16_" /*------------------------------------------------------------------------- @@ -787,7 +787,7 @@ error: * The source file was created by the test/file_handle.c * of the v1.6 library. Then tools/misc/h5repart.c was * used to concantenated. The command was "h5repart -m 5k - * family_file%05d.h5 family_v1.6_%05d.h5". + * family_file%05d.h5 family_v16_%05d.h5". * * Return: Success: 0 * Failure: -1 |