You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
368 B

diff --git a/lib/cgraph/scan.l b/lib/cgraph/scan.l
index 94e4c17..efed606 100644
--- a/lib/cgraph/scan.l
+++ b/lib/cgraph/scan.l
@@ -224,7 +224,7 @@ void yyerror(char *str)
agxbput (&xb, buf);
agxbput (&xb, yytext);
agxbput (&xb,"'\n");
- agerr(AGWARN,agxbuse(&xb));
+ agerr(AGERR,agxbuse(&xb));
agxbfree(&xb);
}
/* must be here to see flex's macro defns */