修改书写错误

This commit is contained in:
薛蒙恩 2021-02-05 11:45:50 +08:00 committed by Gitee
parent 120e056a94
commit 9f21d6a58a
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ static bool IsLastNotNullReplconninfo(char** optLines, char* replconninfoX)
p++;
}
if (p != NULL && strncmp(p, "''", strlen("''")) != 0 &&
strncmp(p, "''", strlen("\"\"")) != 0) {
strncmp(p, "\"\"", strlen("\"\"")) != 0) {
++notNullReplconninfoNums;
if (matchReplconninfoX) {
isReplconninfoXNull = false;