From f4cabb83fb4e71dc0d647e675b6cb4bfae153044 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 7 Feb 2006 18:23:29 +0000 Subject: [PATCH] remove old email address git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8738 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/CParse/cscanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/CParse/cscanner.c b/SWIG/Source/CParse/cscanner.c index 15eaf0d38..6c031401c 100644 --- a/SWIG/Source/CParse/cscanner.c +++ b/SWIG/Source/CParse/cscanner.c @@ -210,7 +210,7 @@ char nextchar() { } if (!LEX_in) return 0; if (yylen >= YYBSIZE) { - Printf(stderr,"** FATAL ERROR. Buffer overflow in scanner.cxx.\nReport this to swig-dev@cs.uchicago.edu.\n"); + Printf(stderr,"** FATAL ERROR. Buffer overflow in scanner.c.\nPlease report to the SWIG developers.\n"); exit (EXIT_FAILURE); } yytext[yylen] = c;