From 546899dcd63b60bda5f52602ea6f799765d2f096 Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Wed, 18 Feb 2015 10:53:08 -0500 Subject: [svn-r26203] increase string size to 128 for MPE function event name. --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v0.12