Fixed if () statement error found at KEKB.
This commit is contained in:
@@ -108,7 +108,7 @@ int fsd;
|
||||
}
|
||||
|
||||
if (paao->nelm<=0) paao->nelm=1;
|
||||
if (paao->ftvl == 0) || (paao->ftvl > DBF_ENUM) {
|
||||
if ((paao->ftvl == 0) || (paao->ftvl > DBF_ENUM)) {
|
||||
paao->bptr = (char *)calloc(paao->nelm,MAX_STRING_SIZE);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user