Skip to content

Commit baa37b8

Browse files
committed
fix setrejoinder
1 parent 4e36920 commit baa37b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SRC/functionExecute.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,12 +2292,12 @@ static FunctionResult SetRejoinderCode(char* buffer)
22922292

22932293
if (!stricmp(tag,(char*)"copy") || !stricmp(tag,(char*)"output")) // disable rejoinder
22942294
{
2295-
outputRejoinderRuleID = outputRejoinderRuleID = NO_REJOINDER;
2295+
outputRejoinderRuleID = outputRejoinderTopic = NO_REJOINDER;
22962296
return NOPROBLEM_BIT;
22972297
}
22982298
if (!stricmp(tag,(char*)"input")) // disable rejoinder
22992299
{
2300-
inputRejoinderRuleID = inputRejoinderRuleID = NO_REJOINDER;
2300+
inputRejoinderRuleID = inputRejoinderTopic = NO_REJOINDER;
23012301
return NOPROBLEM_BIT;
23022302
}
23032303

0 commit comments

Comments
 (0)