Merged with 3.14

This commit is contained in:
Dirk Zimoch
2010-05-28 03:14:16 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {

View File

@@ -231,7 +231,7 @@ epicsShareAPI macParseDefns(
free( ( char * ) del );
/* debug output */
if ( handle->debug & 1 )
if ( handle != NULL && handle->debug & 1 )
printf( "macParseDefns() -> %d\n", num / 2 );
/* success exit; return number of definitions */