Explorar el Código

regex: replace STR_PARAM with PARAM_STRING

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

+ 1 - 1
modules/regex/regex_mod.c

@@ -132,7 +132,7 @@ static cmd_export_t cmds[] =
  * Exported parameters
  */
 static param_export_t params[] = {
-	{"file",                STR_PARAM,  &file                },
+	{"file",                PARAM_STRING,  &file                },
 	{"max_groups",          INT_PARAM,  &max_groups          },
 	{"group_max_size",      INT_PARAM,  &group_max_size      },
 	{"pcre_caseless",       INT_PARAM,  &pcre_caseless       },