fix problems related to removing casts fro ellLib.h
This commit is contained in:
@@ -421,7 +421,7 @@ void epicsShareAPI casr (unsigned level)
|
||||
CA_VERSION_STRING ( CA_MINOR_PROTOCOL_REVISION ) );
|
||||
|
||||
LOCK_CLIENTQ
|
||||
client = (struct client *) ellNext ( &clientQ );
|
||||
client = (struct client *) ellNext ( &clientQ.node );
|
||||
if (!client) {
|
||||
printf("No clients connected.\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user