Explorar el Código

statistics: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov hace 11 años
padre
commit
c3f03b75c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/statistics/statistics.c

+ 1 - 1
modules/statistics/statistics.c

@@ -68,7 +68,7 @@ static cmd_export_t cmds[]={
 };
 
 static param_export_t mod_params[]={
-	{ "variable",  STR_PARAM|USE_FUNC_PARAM, (void*)reg_param_stat },
+	{ "variable",  PARAM_STRING|USE_FUNC_PARAM, (void*)reg_param_stat },
 	{ 0,0,0 }
 };