Error on special gave wrong error message

This commit is contained in:
Marty Kraimer
1996-08-27 16:04:31 +00:00
parent cf1cb554f6
commit 9758aa4a45

View File

@@ -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) {