diff --git a/src/sample.c b/src/sample.c index 6e860f31e..bb7db28e7 100644 --- a/src/sample.c +++ b/src/sample.c @@ -3156,7 +3156,7 @@ static int check_operator(struct arg *args, struct sample_conv *conv, long long int i; /* Try to decode a variable. */ - if (vars_check_arg(&args[0], err)) + if (vars_check_arg(&args[0], NULL)) return 1; /* Try to convert an integer */