make sure value has value
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user