Snippets Groups Projects
Unverified Commit 86433b26 authored by Gavin Brown's avatar Gavin Brown Committed by GitHub
Browse files

Update mod_whoisng.c

change to apr_size_t as per @ashar9
parent f8044cc9
Branches master
No related merge requests found
......@@ -65,7 +65,7 @@ apr_status_t whois_input_filter(ap_filter_t *f, apr_bucket_brigade *b,
const char *original=NULL;
char *quoted=NULL;
char *crlfpos=NULL;
int len=1;
apr_size_t len=1;
int alt=0;
char clean_original[500]="a";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment