On 2024/11/12 12:31, Fujii Masao wrote:
On 2024/11/12 11:58, Tender Wang wrote:
Yugo Nagata mailto:nag...@sraoss.co.jp>> 于2024年11月12日周二
10:46写道:
Hi,
I found a unnecessary backslash in CopyFrom().
if (cstate->opts.reject_limit > 0 && \
csta
On 2024/11/12 11:58, Tender Wang wrote:
Yugo Nagata mailto:nag...@sraoss.co.jp>> 于2024年11月12日周二
10:46写道:
Hi,
I found a unnecessary backslash in CopyFrom().
if (cstate->opts.reject_limit > 0 && \
cstate->num_errors > cstate->opts.reject_limit)
Yugo Nagata 于2024年11月12日周二 10:46写道:
> Hi,
>
> I found a unnecessary backslash in CopyFrom().
>
> if (cstate->opts.reject_limit > 0 && \
> cstate->num_errors > cstate->opts.reject_limit)
>
> It can be removed because this is not in a macro.
> I've attached a patch.
>
Y
Hi,
I found a unnecessary backslash in CopyFrom().
if (cstate->opts.reject_limit > 0 && \
cstate->num_errors > cstate->opts.reject_limit)
It can be removed because this is not in a macro.
I've attached a patch.
Regards,
Yugo Nagata
--
Yugo Nagata
diff --git a/src/