fixed win32 warning

This commit is contained in:
gkodinov/kgeorge@macbook.gmz 2007-03-02 19:27:32 +02:00
parent be75593165
commit 76995281a3

View file

@ -757,7 +757,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;
}