浏览代码

textopsx: changed fixup to use fixup_var_pve_str_12()

- accept PVs inside str params
Daniel-Constantin Mierla 15 年之前
父节点
当前提交
4be7b35e18
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }