BUG 572589: Make dbl emit empty strings for non-existent fields
This commit is contained in:
@@ -155,6 +155,7 @@ long epicsShareAPI dbl(const char *precordTypename, const char *fields)
|
||||
if (!strcmp(papfields[ifield], "recordType")) {
|
||||
pvalue = dbGetRecordTypeName(pdbentry);
|
||||
} else {
|
||||
printf(", ");
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user