Merge branch 'master' into dtdocbook

This commit is contained in:
Liang Chang
2021-12-12 20:01:35 +08:00
143 changed files with 2430 additions and 618 deletions

View File

@@ -121,7 +121,7 @@ int dbn /* Database number */
goto quit;
/* ensure record not already connected to set */
if ( ! crmp.owner == NULL_DBA ) {
if ( ! (crmp.owner == NULL_DBA) ) {
stat = dberr(S_ISOWNED);
goto quit;
}