Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
  • gsell's avatar
    src/H5Part.c · 08ce0ee4
    gsell authored
    - _H5Part_get_attrib_info():
    	* type cast 'attrib_type' in call to '_H5Part_write_attrib()'
    - H5PartWriteStepAttrib()
    	* change type of 'herr' to 'h5part_int64_t'
    	* type cast 'attrib_type' in call to '_H5Part_write_attrib()'
    - H5PartWriteFileAttrib()
    	* change type of 'herr' to 'h5part_int64_t'
    	* type cast 'attrib_type' in call to '_H5Part_write_attrib()'
    - H5PartGetStepAttribInfo()
      H5PartGetFileAttribInfo()
      H5PartReadStepAttrib()
      H5PartReadFileAttrib()
    	* change type of 'herr' to 'h5part_int64_t'
    - _H5Part_set_step()
    	* use 'snprintf()' instead of 'sprintf()'
    08ce0ee4