aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 7e337c8..5a78936 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -48,7 +48,7 @@ typedef struct
int timers[IOHDF5_NUM_TIMERS];
/* filename for advertising the hostname / port number information */
- char *advertised_filename;
+ char advertised_filename[L_tmpnam];
/* stop on I/O parameter parsing errors ? */
int stop_on_parse_errors;