fixed win32 warnings

This commit is contained in:
unknown 2007-03-02 19:32:46 +02:00
parent 2ebd43960b
commit 476f91b50c

View File

@ -760,7 +760,7 @@ public:
void value_to_item(uint pos, Item *item)
{
((Item_int*) item)->value= ((packed_longlong*) base)[pos].val;
((Item_int*) item)->unsigned_flag=
((Item_int*) item)->unsigned_flag= (my_bool)
((packed_longlong*) base)[pos].unsigned_flag;
}