Fix VC++ warning, "conversion from ha_checksum to char"

This commit is contained in:
msvensson@pilot.blaudden 2007-03-05 17:16:16 +01:00
parent a30867bc65
commit ccde4a52d9

View File

@ -639,7 +639,7 @@ static struct message *find_message(struct errors *err, const char *lang,
static char checksum_format_specifier(const char* msg)
{
char chksum= 0;
ha_checksum chksum= 0;
const char* p= msg;
const char* start= 0;
int num_format_specifiers= 0;