From 9758aa4a455dc83b9c4ff497c92fc211a668e131 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 27 Aug 1996 16:04:31 +0000 Subject: [PATCH] Error on special gave wrong error message --- src/dbStatic/dbLexRoutines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbStatic/dbLexRoutines.c b/src/dbStatic/dbLexRoutines.c index b19d23d7c..bf9deb6b8 100644 --- a/src/dbStatic/dbLexRoutines.c +++ b/src/dbStatic/dbLexRoutines.c @@ -536,7 +536,7 @@ static void dbRecordtypeFieldItem(char *name,char *value) free((void *)value); return; } - yyerror("Illegal promptgroup. See guigroup.h for legal values"); + yyerror("Illegal special value."); return; } if(strcmp(name,"pp")==0) {