diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-18 15:53:08 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-18 15:53:08 (GMT) |
commit | 546899dcd63b60bda5f52602ea6f799765d2f096 (patch) | |
tree | bc43f4f5bc371636b0c8ba3a33101a7929893bb6 | |
parent | 3db1c5f635e0d1f1b53ec95eb3095f1a3ae44c3a (diff) | |
download | hdf5-546899dcd63b60bda5f52602ea6f799765d2f096.zip hdf5-546899dcd63b60bda5f52602ea6f799765d2f096.tar.gz hdf5-546899dcd63b60bda5f52602ea6f799765d2f096.tar.bz2 |
[svn-r26203] increase string size to 128 for MPE function event name.
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 65cc1e9..32b605b 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -213,7 +213,7 @@ #define MPE_LOG_VARS \ static int eventa(FUNC) = -1; \ static int eventb(FUNC) = -1; \ - char p_event_start[100]; + char p_event_start[128]; /* Hardwire the color to "red", since that's what all the routines are using * now. In the future, if we want to change that color for a given routine, |