mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r15030] Maintenance: Fixed a comment
This commit is contained in:
parent
35261670d8
commit
12c5e315c5
@ -70,7 +70,7 @@ nh5iget_name_c(hid_t_f *obj_id, _fcd buf, size_t_f *buf_size, size_t_f *name_siz
|
|||||||
char *c_buf =NULL;
|
char *c_buf =NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Allocate buffer to hold name of an attribute
|
* Allocate buffer to hold name of an object
|
||||||
*/
|
*/
|
||||||
c_buf_size = (size_t)*buf_size +1;
|
c_buf_size = (size_t)*buf_size +1;
|
||||||
c_buf = (char *)HDmalloc(c_buf_size);
|
c_buf = (char *)HDmalloc(c_buf_size);
|
||||||
|
Loading…
Reference in New Issue
Block a user