X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.c;h=dc0e22bf90b88485ee2872d3dccdc7d35ac4313d;hp=3e60d88ace2a8028c85b9cf9f027f7e78e86e2cf;hb=ceab9325bdbffccecf61ba26387ed03f4ab0591e;hpb=c8c1bd3b363a4d796397fd4920a19fbcd98bab3a diff --git a/expr.c b/expr.c index 3e60d88..dc0e22b 100644 --- a/expr.c +++ b/expr.c @@ -169,7 +169,6 @@ int expr1(void) case CR_FILESIZE: if (*tok++ != STRING) return error("^^FILESIZE expects filename inside string"); - *evalTokenBuffer.u32++ = CONST; // @@copypasted from d_incbin, maybe factor this out somehow? // Attempt to open the include file in the current directory, then (if that @@ -180,7 +179,7 @@ int expr1(void) if ((fd = open(string[*tok], _OPEN_INC)) < 0) { - for(i=0; nthpath("RMACPATH", i, buf1)!= 0; i++) + for(i=0; nthpath("RMACPATH", i, buf1)!=0; i++) { fd = strlen(buf1);