emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc c0cb65f01a4: ; * src/composite.c (get_composition_id): Fix t


From: Eli Zaretskii
Subject: scratch/igc c0cb65f01a4: ; * src/composite.c (get_composition_id): Fix typo.
Date: Sun, 28 Apr 2024 10:45:08 -0400 (EDT)

branch: scratch/igc
commit c0cb65f01a41d4578c26aecfc8f8eae934820c56
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/composite.c (get_composition_id): Fix typo.
---
 src/composite.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/composite.c b/src/composite.c
index e3c4c162122..e942ae13302 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -320,8 +320,8 @@ get_composition_id (ptrdiff_t charpos, ptrdiff_t bytepos, 
ptrdiff_t nchars,
     memory_full (SIZE_MAX);
 
   /* Register the composition in composition_table.  */
-#ifdef HAS_MPC
-  /* FIXME: maybe trace exactly? */
+#ifdef HAS_MPS
+  /* FIXME: maybe trace exactly?  */
   cmp = igc_xzalloc_ambig (sizeof *cmp);
 #else
   cmp = xmalloc (sizeof *cmp);



reply via email to

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