Skip to content
  • Magnus Blåudd's avatar
    29807576
    Remove unnecessary check of return code · 29807576
    Magnus Blåudd authored
     - the function 'bitmap_init' can never fail when
       the "buf" argument is provided.
     - remove the check of return code
     - add wrapper function 'ndb_bitmap_init' which requires buffer to
       be provided and adds automatic checking of the buffer size and also
       provides type safety
     - starting new file intended to contain wrapper functions for working
       with MY_BITMAP
    29807576
    Remove unnecessary check of return code
    Magnus Blåudd authored
     - the function 'bitmap_init' can never fail when
       the "buf" argument is provided.
     - remove the check of return code
     - add wrapper function 'ndb_bitmap_init' which requires buffer to
       be provided and adds automatic checking of the buffer size and also
       provides type safety
     - starting new file intended to contain wrapper functions for working
       with MY_BITMAP
Loading