From f2afd7657aaa0be945596549f58a96ddd2d8ba69 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 7 Feb 2002 13:03:44 +0000 Subject: [PATCH] make sure value has value --- src/libCom/error/errSymLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/error/errSymLib.c b/src/libCom/error/errSymLib.c index 70f77f203..0f0c924de 100644 --- a/src/libCom/error/errSymLib.c +++ b/src/libCom/error/errSymLib.c @@ -217,7 +217,7 @@ int epicsShareAPI ModSymFind(long status, char *pname, long *pvalue) ***************************************************************/ int epicsShareAPI errSymFind(long status, char *name) { - long value; + long value = 0; unsigned short modnum; if (!initialized) errSymBld();