fixed win32 warning

parent be755931
...@@ -757,7 +757,7 @@ class in_longlong :public in_vector ...@@ -757,7 +757,7 @@ class in_longlong :public in_vector
void value_to_item(uint pos, Item *item) void value_to_item(uint pos, Item *item)
{ {
((Item_int*) item)->value= ((packed_longlong*) base)[pos].val; ((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; ((packed_longlong*) base)[pos].unsigned_flag;
} }
......
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