emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2030ddb: * lib-src/etags.c (invalidate_nodes): Fix


From: Eli Zaretskii
Subject: [Emacs-diffs] master 2030ddb: * lib-src/etags.c (invalidate_nodes): Fix another thinko.
Date: Wed, 31 Aug 2016 17:20:33 +0000 (UTC)

branch: master
commit 2030ddbd15b538a5dc2fc0548afc83941f67957a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lib-src/etags.c (invalidate_nodes): Fix another thinko.
---
 lib-src/etags.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib-src/etags.c b/lib-src/etags.c
index 77dcaf0..3620b0f 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -2224,7 +2224,7 @@ invalidate_nodes (fdesc *badfdp, node **npp)
          /* Push all the left children on the stack.  */
          while (np->left != NULL)
            {
-             push_node (np->left, &stack);
+             push_node (np, &stack);
              np = np->left;
            }
          /* Invalidate this node.  */



reply via email to

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