aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-06-30 14:16:34 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-06-30 14:16:34 +0000
commiteb3621c118d57c485c23d63bfdb005d05bb73e11 (patch)
treebadbfac39853738d38a0bc0f8f54e307fcdbff33 /src/ioFlexGH.h
parent50c54f5cd9648dc48090748e2859d6d76db19872 (diff)
Use the new routine IOUtil_AssembleFilename() to generate filenames for
checkpoint/filereader files. This closes PR CactusPUGHIO 1061: "IOHDF5/DumpGH.c/Checkpoint writes to strings without checking the string lengths". git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@327 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 5edf70a..d707288 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -97,7 +97,7 @@ typedef struct
{
int is_IEEEIO_file; /* flag indicating valid file info */
IOFile fid; /* IEEEIO file handle */
- char filename[1024]; /* complete file name for recovery */
+ char *filename; /* complete file name for recovery */
CCTK_INT nprocs; /* number of total processors */
CCTK_INT ioproc; /* the associated IO processor */
CCTK_INT ioproc_every; /* how many IO processors there are */