Commit 129a79ef authored by Lev Walkin's avatar Lev Walkin

vendor -> author

parent 093ba2e5
......@@ -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 */
}
......
......@@ -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 */
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment