Hartmut Brandt 0ddc915c01 db_get_value uses a local buffer to first fetch all the bytes of a
integer value and then to construct the integer from it. This buffer
was sizeof(int) bytes long, which was fine until the (undocumented) 'g'
modifier for 8-byte integers was introduced. Change this to sizeof(uint64_t).
2003-08-12 13:24:21 +00:00
..
2002-03-20 05:14:42 +00:00
2003-06-10 22:09:23 +00:00
2002-03-20 05:14:42 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2002-03-20 05:14:42 +00:00
2002-03-20 05:14:42 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00
2002-03-20 05:14:42 +00:00
2003-06-10 22:09:23 +00:00
2003-06-10 22:09:23 +00:00