Actions
Bug #84
closedcoherency between const and non-const parameters
Start date:
02/21/2012
Due date:
% Done:
0%
Estimated time:
Description
The get_field and get_field_list functions return const pointers, but the functions to extract the data from these fields (get_uint64 and others) don't specify a const pointer as argument, which produces a warning when using the library.
Updated by Julien Desfossez over 12 years ago
- Status changed from New to Resolved
Fixed in da320b838f4deeaae4314c18c507ca486243b0fe
Actions