Skip to content

Commit 830f0b7

Browse files
committed
Fix compiler warning in JSON parser
1 parent 203e85e commit 830f0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/msc_json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#ifdef WITH_YAJL
1818

19-
char *base_offset=NULL;
19+
const char *base_offset=NULL;
2020

2121
int json_add_argument(modsec_rec *msr, const char *value, unsigned length)
2222
{

0 commit comments

Comments
 (0)