diff --git a/src/rec/recBi.c b/src/rec/recBi.c index 6cac773be..5131c3b0c 100644 --- a/src/rec/recBi.c +++ b/src/rec/recBi.c @@ -235,7 +235,7 @@ static long get_enum_strs(paddr,pes) { struct biRecord *pbi=(struct biRecord *)paddr->precord; - pes->no_str = 0; + pes->no_str = 2; memset(pes->strs,'\0',sizeof(pes->strs)); strncpy(pes->strs[0],pbi->znam,sizeof(pbi->znam)); if(*pbi->znam!=0) pes->no_str=1;