change envGetIntegerParam to envGetLongParam

This commit is contained in:
Janet B. Anderson
1991-08-18 16:48:34 +00:00
parent 2e67e4f6db
commit 3734bac41c
+3 -3
View File
@@ -1,4 +1,4 @@
/*
/* $Id$
* archive logMsg() from several IOC's to a common rotating file
*
*
@@ -132,10 +132,10 @@ static int
getConfig()
{
char inet_address_string[64];
int status;
long status;
char *pstring;
status = envGetIntegerConfigParam(
status = envGetLongConfigParam(
&EPICS_IOC_LOG_PORT,
&ioc_log_port);
if(status<0){