@@@ man wip
[mLib] / test / tvec-bench.c
index dda5713..bff3c3a 100644 (file)
@@ -294,7 +294,7 @@ static int setvar(struct tvec_state *tv, const char *var,
 }
 
 static const struct tvec_vardef target_var =
-  { sizeof(struct tvec_reg), setvar, { "@target", -1, &tvty_duration, 0 } };
+  { sizeof(struct tvec_reg), setvar, { "@target", &tvty_duration, -1, 0 } };
 
 const struct tvec_vardef *tvec_benchfindvar
   (struct tvec_state *tv, const char *var, void **ctx_out, void *ctx)