[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc 516282d97eb 3/5: No need to fix the markers field twice
From: |
Gerd Moellmann |
Subject: |
scratch/igc 516282d97eb 3/5: No need to fix the markers field twice |
Date: |
Wed, 29 May 2024 09:25:40 -0400 (EDT) |
branch: scratch/igc
commit 516282d97ebe97903f73fa15b012da669477de13
Author: Helmut Eller <eller.helmut@gmail.com>
Commit: Gerd Möllmann <gerd@gnu.org>
No need to fix the markers field twice
* src/igc.c (fix_buffer):
---
src/igc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/igc.c b/src/igc.c
index aad7e9d2779..591f2fc9f89 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -1478,7 +1478,6 @@ fix_buffer (mps_ss_t ss, struct buffer *b)
IGC_FIX12_RAW (ss, &b->own_text.intervals);
IGC_FIX12_RAW (ss, &b->own_text.markers);
IGC_FIX12_RAW (ss, &b->overlays);
- IGC_FIX12_RAW (ss, &b->own_text.markers);
IGC_FIX12_RAW (ss, &b->base_buffer);
if (b->base_buffer)
- scratch/igc updated (6ffadd9209f -> 0be0d5ad5d8), Gerd Moellmann, 2024/05/29
- scratch/igc b6794448425 1/5: Add a igc_make_byte_vec function, Gerd Moellmann, 2024/05/29
- scratch/igc e20eb76c8e0 2/5: Use igc_make_byte_vec for hash tables, Gerd Moellmann, 2024/05/29
- scratch/igc 0be0d5ad5d8 5/5: Return information about the arena for igc-info, Gerd Moellmann, 2024/05/29
- scratch/igc 516282d97eb 3/5: No need to fix the markers field twice,
Gerd Moellmann <=
- scratch/igc d695133791d 4/5: For igc-info, include information about leaf objects, Gerd Moellmann, 2024/05/29