diff options
| author | 2026-03-05 21:22:08 +0800 | |
|---|---|---|
| committer | 2026-03-05 21:22:08 +0800 | |
| commit | 2278d9d296aa7ec37f0c648df1461e4ec77e219a (patch) | |
| tree | 915ceb8cbb8e3cef118463073d434a3582a63952 /format/pack/ingest/idx_write.go | |
| parent | format/pack/ingest: Fix exhaustive (diff) | |
| signature | No signature | |
*: Fix wsl_v5 again
Diffstat (limited to 'format/pack/ingest/idx_write.go')
| -rw-r--r-- | format/pack/ingest/idx_write.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/format/pack/ingest/idx_write.go b/format/pack/ingest/idx_write.go index 904afb6c..730548aa 100644 --- a/format/pack/ingest/idx_write.go +++ b/format/pack/ingest/idx_write.go @@ -95,6 +95,7 @@ func writeIdx(state *ingestState) error { } word := 0x80000000 | largeOffsetIdx + largeOffsets = append(largeOffsets, offset) binary.BigEndian.PutUint32(scratch[:4], word) |
