diff options
Diffstat (limited to 'test/reserved.c')
-rwxr-xr-x | test/reserved.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/reserved.c b/test/reserved.c index 769cfb5..8033618 100755 --- a/test/reserved.c +++ b/test/reserved.c @@ -54,6 +54,7 @@ rsrv_heap(void) /* Create a new file. */ fapl = h5_fileaccess(); + h5_fixname(FILENAME[0], fapl, filename, sizeof filename); /* Set file address sizes to be very small. */ fcpl = H5Pcreate(H5P_FILE_CREATE); |