mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Windows fixes for VC++ compiler compability
This commit is contained in:
@ -83,7 +83,7 @@ int main(int argc,char *argv[])
|
||||
|
||||
{
|
||||
char *end;
|
||||
inx= strtoll(argv[1], &end, 10);
|
||||
inx= (uint) strtoll(argv[1], &end, 10);
|
||||
if (*end)
|
||||
usage();
|
||||
}
|
||||
|
Reference in New Issue
Block a user