X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.c;fp=token.c;h=f3cf619a5f41472ac36d9b5db140c4e8afc4f300;hp=5b783a3be2e378e3b787846775e75b6757a027a9;hb=e1bd14aee0a611d213f524e9077f405c8794c979;hpb=22203fdc3bec792b0cd2df838eda54d571af7449 diff --git a/token.c b/token.c index 5b783a3..f3cf619 100644 --- a/token.c +++ b/token.c @@ -1662,7 +1662,7 @@ int d_goto(WORD unused) { // Compare names (sleazo string compare) char * s1 = sym; - char * s2 = defln->line; + char * s2 = defln->line + 1; // Either we will match the strings to EOS on both, or we will // match EOS on string 1 to whitespace on string 2. Otherwise, we