Fix compilation warning

This commit is contained in:
brenosilva
2012-02-23 13:07:28 +00:00
parent 17c7392b5d
commit 86ea715e27
2 changed files with 2 additions and 2 deletions

View File

@@ -437,7 +437,7 @@ int sql_hex2bytes_inplace(unsigned char *data, int len) {
}
*d = '\0';
return strlen(begin);
return strlen((char *)begin);
}
/**