summaryrefslogtreecommitdiffstats
path: root/src/cmd/grap/grapl.lx
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-08-17 15:32:40 +0000
committerrsc <devnull@localhost>2004-08-17 15:32:40 +0000
commit18b0811745677e0d63e3e2fa74a6b501992ef370 (patch)
tree23db07967ebb0a3bd8c7eeb598bcc7925d1ce594 /src/cmd/grap/grapl.lx
parente3e30cff40da4c3d1c6ea56ed1cd0e136fb655c9 (diff)
downloadplan9port-18b0811745677e0d63e3e2fa74a6b501992ef370.tar.gz
plan9port-18b0811745677e0d63e3e2fa74a6b501992ef370.zip
fix various little bugs
Diffstat (limited to 'src/cmd/grap/grapl.lx')
-rw-r--r--src/cmd/grap/grapl.lx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/grap/grapl.lx b/src/cmd/grap/grapl.lx
index 0023aded..6d93f083 100644
--- a/src/cmd/grap/grapl.lx
+++ b/src/cmd/grap/grapl.lx
@@ -18,7 +18,7 @@ void shell_init(void), shell_exec(void), shell_text(char *);
#define CADD cbuf[clen++] = yytext[0]; \
if (clen >= CBUFLEN-1) { \
- ERROR "string too long", cbuf WARNING; BEGIN A; }
+ ERROR "string too long" WARNING; BEGIN A; }
#define CBUFLEN 1500
char cbuf[CBUFLEN];
int clen, cflag;