minor and doc

This commit is contained in:
Michael Davidsaver
2021-04-05 10:35:30 -07:00
parent 3f4432b7bd
commit 0edf986c31
2 changed files with 84 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ typedef struct calc_link {
} pstate;
epicsEnum16 stat;
epicsEnum16 sevr;
char amsg[MAX_STRING_SIZE];
char amsg[DB_AMSG_SIZE];
short prec;
char *expr;
char *major;