use changed names in envSubr
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user