one status check clean up - VXI to EPICS status conversion

This commit is contained in:
Jeff Hill
1993-08-05 17:20:40 +00:00
parent f3c4b28239
commit 5742be3fc2

View File

@@ -3560,7 +3560,7 @@ int level
buf,
sizeof(buf)-1,
&nactual);
if(status>=0){
if(status==VXI_SUCCESS){
buf[sizeof(buf)-1] = NULL;
printf("%s ", buf);
}