]> Shamusworld >> Repos - rmac/blobdiff - expr.c
- If ^^filesize could not open the requested file, it would show "(null)" as the...
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index 30629dfae18cb1f0d8d993d2d52632874a340bba..e597257007880205a9032aea705581dee55e31cd 100644 (file)
--- 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: