diff lib-src/etags.c @ 24879:665117160f37

(erlang_attribute): Fix undefined variable usage (after Potorti).
author Dave Love <fx@gnu.org>
date Wed, 23 Jun 1999 09:23:38 +0000
parents 9e4d1d3eab09
children 134b57acef68
line wrap: on
line diff
--- a/lib-src/etags.c	Wed Jun 23 05:30:39 1999 +0000
+++ b/lib-src/etags.c	Wed Jun 23 09:23:38 1999 +0000
@@ -4111,7 +4111,7 @@
 
   if (strneq (s, "-define", 7) || strneq (s, "-record", 7))
     {
-      pos = 7 + eat_white (s, pos);
+      pos = 7 + eat_white (s, 7);
       if (s[pos++] == '(') 
 	{
 	  pos += eat_white (s, pos);