Fix compile failure on Win32

This commit is contained in:
unknown 2006-04-26 01:21:33 +04:00
parent 7c018c39bb
commit 3486ba0189

View file

@ -712,7 +712,7 @@ public:
We're created a signed INT, this may not be correct in
general case (see BUG#19342).
*/
return new Item_int(0);
return new Item_int((longlong)0);
}
void value_to_item(uint pos, Item *item)
{