prevent signed/unsigned conflicts
This commit is contained in:
@ -237,7 +237,7 @@ char *
|
|||||||
modutil_get_SQL(GWBUF *buf)
|
modutil_get_SQL(GWBUF *buf)
|
||||||
{
|
{
|
||||||
unsigned int len, length;
|
unsigned int len, length;
|
||||||
unsigned char *ptr, *dptr, *rval = NULL;
|
char *ptr, *dptr, *rval = NULL;
|
||||||
|
|
||||||
if (!modutil_is_SQL(buf))
|
if (!modutil_is_SQL(buf))
|
||||||
return rval;
|
return rval;
|
||||||
|
|||||||
Reference in New Issue
Block a user