From 129a79ef843632c148e4b4015fd5ec39650ba655 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Tue, 5 Apr 2005 08:46:22 +0000 Subject: [PATCH] vendor -> author --- libasn1parser/asn1p_l.c | 2 +- libasn1parser/asn1p_l.l | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libasn1parser/asn1p_l.c b/libasn1parser/asn1p_l.c index 858ee6aa..8fabc242 100644 --- a/libasn1parser/asn1p_l.c +++ b/libasn1parser/asn1p_l.c @@ -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 */ } diff --git a/libasn1parser/asn1p_l.l b/libasn1parser/asn1p_l.l index 458d6654..b3701045 100644 --- a/libasn1parser/asn1p_l.l +++ b/libasn1parser/asn1p_l.l @@ -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 */ } -- GitLab