mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-27 08:01:04 +08:00
[svn-r26203] increase string size to 128 for MPE function event name.
This commit is contained in:
parent
3db1c5f635
commit
546899dcd6
@ -213,7 +213,7 @@
|
|||||||
#define MPE_LOG_VARS \
|
#define MPE_LOG_VARS \
|
||||||
static int eventa(FUNC) = -1; \
|
static int eventa(FUNC) = -1; \
|
||||||
static int eventb(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
|
/* 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,
|
* now. In the future, if we want to change that color for a given routine,
|
||||||
|
Loading…
Reference in New Issue
Block a user