mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
ensure file id is populated
This commit is contained in:
parent
fc1694b321
commit
e7d1f183cc
|
@ -100,7 +100,7 @@ func addToVisibles(visibles []VisibleInterval, prevX int64, startPoint *Point, p
|
|||
visibles = append(visibles, VisibleInterval{
|
||||
start: prevX,
|
||||
stop: point.x,
|
||||
fileId: chunk.FileId,
|
||||
fileId: chunk.GetFileIdString(),
|
||||
modifiedTime: chunk.Mtime,
|
||||
chunkOffset: prevX - chunk.Offset,
|
||||
chunkSize: chunk.Size,
|
||||
|
|
Loading…
Reference in a new issue