emacs-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]