mirror of
https://github.com/minio/minio.git
synced 2025-01-26 06:03:17 -05:00
Merge pull request #187 from fkautz/pr_out_fixing_magic_number_for_inim
This commit is contained in:
commit
005ad1a9e1
@ -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