Explorar o código

textopsx: changed fixup to use fixup_var_pve_str_12()

- accept PVs inside str params
Daniel-Constantin Mierla %!s(int64=15) %!d(string=hai) anos
pai
achega
4be7b35e18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/textopsx/textopsx.c

+ 1 - 1
modules/textopsx/textopsx.c

@@ -155,7 +155,7 @@ static int change_reply_status_fixup(void** param, int param_no)
 	if (param_no == 1) {
 		return fixup_var_int_12(param, param_no);
 	} else if (param_no == 2)
-		return fixup_var_str_12(param, param_no);
+		return fixup_var_pve_str_12(param, param_no);
 	else
 		return 0;
 }