- fixed buggy assignment statements (== replaced by =)

This commit is contained in:
zolliker
2009-02-27 08:00:04 +00:00
parent 5af2dd819d
commit 664bc91ac7
5 changed files with 7 additions and 10 deletions

View File

@@ -1022,7 +1022,7 @@ void ParOut(char *buf)
if (endp != buf) {
p = ParInt2Text(i);
} else {
p == NULL;
p = NULL;
}
if (p == NULL)
p = ""; /* undefined */