mirror of
https://github.com/minio/minio.git
synced 2025-01-26 06:03:17 -05:00
Fixing magic number for INIM
This commit is contained in:
parent
ec36a598c9
commit
9833647fb7
@ -36,7 +36,7 @@ import (
|
||||
BlockData [4]byte // Magic="DATA"=1096040772
|
||||
Data io.Reader // matches length
|
||||
BlockLen uint64 // length to block start
|
||||
BlockEnd [4]byte // Magic="INIM"=1229867341
|
||||
BlockEnd [4]byte // Magic="INIM"=1296649801
|
||||
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user