j
k
j a
j l
On 8/19/22 19:28, Francisco Casas wrote:
if (params->args_count != 3 && params->args_count != 4) if (params->args_count < 2 || params->args_count > 4 + !!offset_dim)
if (params->args_count != 3 && params->args_count != 4)
if (params->args_count < 2 || params->args_count > 4 + !!offset_dim)
Shouldn't that be "< 3"?
Back to the thread
Back to the list