]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib-src/etags.c (invalidate_nodes): Fix another thinko.
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Aug 2016 17:19:42 +0000 (20:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Aug 2016 17:19:42 +0000 (20:19 +0300)
lib-src/etags.c

index 77dcaf030d60aea6c9dd9733cd92aa49d10afb7c..3620b0fd321f9d3a6ddfb1863100cea23d9b9f88 100644 (file)
@@ -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.  */