bugfix: missing return
This commit is contained in:
@@ -502,7 +502,7 @@
|
||||
|
||||
recGblGetTimeStamp(prec);
|
||||
|
||||
@@ -137,10 +140,21 @@
|
||||
@@ -137,10 +140,22 @@
|
||||
return(status);
|
||||
}
|
||||
|
||||
@@ -515,6 +515,7 @@
|
||||
+ if (dbGetFieldIndex(paddr) == eventRecordVAL) {
|
||||
+ prec->epvt = eventNameToHandle(prec->val);
|
||||
+ }
|
||||
+ return 0;
|
||||
+}
|
||||
|
||||
+
|
||||
@@ -525,7 +526,7 @@
|
||||
pvdes->no_elements=1;
|
||||
pvdes->pvalue = (void *)(&prec->val);
|
||||
return(0);
|
||||
@@ -177,10 +191,13 @@
|
||||
@@ -177,10 +192,13 @@
|
||||
return(status);
|
||||
}
|
||||
if (prec->simm == menuYesNoYES){
|
||||
|
||||
Reference in New Issue
Block a user