projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9166d40
)
* lib-src/etags.c (invalidate_nodes): Fix another thinko.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 31 Aug 2016 17:19:42 +0000
(20:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 31 Aug 2016 17:19:42 +0000
(20:19 +0300)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index 77dcaf030d60aea6c9dd9733cd92aa49d10afb7c..3620b0fd321f9d3a6ddfb1863100cea23d9b9f88 100644
(file)
--- 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. */