Commit 3486ba01 authored by unknown's avatar unknown
Browse files

Fix compile failure on Win32

parent 7c018c39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -712,7 +712,7 @@ class in_longlong :public in_vector
      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)
  {