texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: fix compile error


From: Gavin D. Smith
Subject: branch master updated: fix compile error
Date: Mon, 06 Feb 2023 14:16:33 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 0be20d8520 fix compile error
0be20d8520 is described below

commit 0be20d85209b6db8e39d5dddbe0aeb00814c958a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Feb 6 19:16:21 2023 +0000

    fix compile error
---
 tp/Texinfo/XS/parsetexi/parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/XS/parsetexi/parser.c b/tp/Texinfo/XS/parsetexi/parser.c
index 9fa800b780..9a04d5a828 100644
--- a/tp/Texinfo/XS/parsetexi/parser.c
+++ b/tp/Texinfo/XS/parsetexi/parser.c
@@ -2015,7 +2015,7 @@ process_remaining_on_line (ELEMENT **current_inout, char 
**line_inout)
           && !abort_empty_line (&current, NULL)
           && ((cmd == CM_node || cmd == CM_bye)
               || (command_data(cmd).flags & CF_block)
-              || ((command_data(cmd).flags & CF_line)
+              || (command_data(cmd).flags & CF_line)
                   && cmd != CM_comment
                   && cmd != CM_c
                   && cmd != CM_columnfractions



reply via email to

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