[svn-r13035] Fixed a small problem in Line 782 - buf[6] should be set to 0, too.

This commit is contained in:
Raymond Lu 2006-12-08 15:27:21 -05:00
parent 978c9c9d93
commit 37aa258534

View File

@ -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;
/*