X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;h=dc0e22bf90b88485ee2872d3dccdc7d35ac4313d;hp=30629dfae18cb1f0d8d993d2d52632874a340bba;hb=HEAD;hpb=31894aa869ad24fac76a1d045d22c9179ea533d1 diff --git a/expr.c b/expr.c index 30629df..e597257 100644 --- a/expr.c +++ b/expr.c @@ -262,7 +262,7 @@ int expr1(void) goto allright; } - return error("cannot open: \"%s\"", string[tok[1]]); + return error("cannot open: \"%s\"", string[*tok]); } allright: