Browse Source

textopsx: changed fixup to use fixup_var_pve_str_12()

- accept PVs inside str params
Daniel-Constantin Mierla 15 years ago
parent
commit
4be7b35e18
1 changed files with 1 additions and 1 deletions
  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;
 }