2
0
Эх сурвалжийг харах

regex: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 жил өмнө
parent
commit
f829556fe1

+ 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       },