bugfix of named events code

This commit is contained in:
zimoch
2011-05-19 11:50:43 +00:00
parent 4a38230d68
commit d35e6cc946

View File

@@ -149,6 +149,7 @@ static long special(DBADDR *paddr, int after)
if (dbGetFieldIndex(paddr) == eventRecordVAL) {
prec->epvt = eventNameToHandle(prec->val);
}
return 0;
}