From 86912f0bd3a7d631f2398b5d58af8a3d8e335278 Mon Sep 17 00:00:00 2001 From: vlm Date: Tue, 5 Apr 2005 08:46:22 +0000 Subject: [PATCH] vendor -> author git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@855 59561ff5-6e30-0410-9f3c-9617f08c8826 --- 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 */ }