mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r13035] Fixed a small problem in Line 782 - buf[6] should be set to 0, too.
This commit is contained in:
parent
978c9c9d93
commit
37aa258534
@ -779,6 +779,7 @@ H5FD_multi_sb_encode(H5FD_t *_file, char *name/*out*/,
|
||||
assert(7==H5FD_MEM_NTYPES);
|
||||
for (m=H5FD_MEM_SUPER; m<H5FD_MEM_NTYPES; m=(H5FD_mem_t)(m+1))
|
||||
buf[m-1] = (unsigned char)file->fa.memb_map[m];
|
||||
buf[6] = 0;
|
||||
buf[7] = 0;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user