vendor -> author

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@855 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-04-05 08:46:22 +00:00
parent 70034ced0d
commit 86912f0bd3
2 changed files with 2 additions and 2 deletions

View File

@ -4020,7 +4020,7 @@ asn1p_atoi(char *ptr) {
if(errno == ERANGE) {
fprintf(stderr,
"Value \"%s\" at line %d is too large "
"for this compiler! Please contact the vendor.",
"for this compiler! Please contact the asn1c author.\n",
ptr, yylineno);
errno = ERANGE; /* Restore potentially clobbered errno */
}

View File

@ -595,7 +595,7 @@ asn1p_atoi(char *ptr) {
if(errno == ERANGE) {
fprintf(stderr,
"Value \"%s\" at line %d is too large "
"for this compiler! Please contact the vendor.",
"for this compiler! Please contact the asn1c author.\n",
ptr, yylineno);
errno = ERANGE; /* Restore potentially clobbered errno */
}