X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;fp=expr.c;h=e597257007880205a9032aea705581dee55e31cd;hp=30629dfae18cb1f0d8d993d2d52632874a340bba;hb=23ff3174f410e6a798f5a2f8b7b188024b57a964;hpb=977e372d5099e34ec88e59f3728c7944d97ed424 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: