Fix formatting/cleaning

This commit is contained in:
Alexander S. Aganichev
2003-04-03 14:20:58 +00:00
parent 4e195466bd
commit 03de8fcc4b
6 changed files with 47 additions and 85 deletions

View File

@@ -44,7 +44,7 @@ ulong getMsgId() {
ulong id;
char *err;
if(CFG->seqmsgid and not (CFG->seqmsgid == MAYBE and *CFG->seqdir == NUL)) {
if(CFG->seqmsgid and not ((CFG->seqmsgid == MAYBE) and (*CFG->seqdir == NUL))) {
id = GenMsgIdEx(CFG->seqdir, CFG->seqoutrun, getClassicMsgId, &err);
if(err) {
LOG.printf("* Warning, SeqMsgId failed: %s, fall to classic algorythm!", err);