Commit 95a5f154 authored by unknown's avatar unknown

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

parent ede298b0
...@@ -639,7 +639,7 @@ static struct message *find_message(struct errors *err, const char *lang, ...@@ -639,7 +639,7 @@ static struct message *find_message(struct errors *err, const char *lang,
static char checksum_format_specifier(const char* msg) static char checksum_format_specifier(const char* msg)
{ {
char chksum= 0; ha_checksum chksum= 0;
const char* p= msg; const char* p= msg;
const char* start= 0; const char* start= 0;
int num_format_specifiers= 0; int num_format_specifiers= 0;
......
Markdown is supported
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