mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-14 23:47:11 +03:00
Fix compilation warning
This commit is contained in:
@@ -437,7 +437,7 @@ int sql_hex2bytes_inplace(unsigned char *data, int len) {
|
||||
}
|
||||
|
||||
*d = '\0';
|
||||
return strlen(begin);
|
||||
return strlen((char *)begin);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user