From 304fa1be8efab49cd1e64c95308d5cbd4676ced5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 21 Aug 1991 15:26:13 +0000 Subject: [PATCH] use changed names in envSubr --- src/util/iocLogServer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index 78919fb28..cf2a91d34 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -468,7 +468,7 @@ getConfig() int status; char *pstring; - status = envGetIntegerConfigParam( + status = envGetLongConfigParam( &EPICS_IOC_LOG_PORT, &ioc_log_port); if(status<0){ @@ -486,7 +486,7 @@ getConfig() } #endif - status = envGetIntegerConfigParam( + status = envGetLongConfigParam( &EPICS_IOC_LOG_FILE_LIMIT, &ioc_log_file_limit); if(status<0){