2.1.0, remove old patch, add new one

This commit is contained in:
Tom Callaway 2005-04-18 15:08:37 +00:00
parent e3c0072f2f
commit 6479573a06
1 changed files with 11 additions and 0 deletions

View File

@ -51,3 +51,14 @@
#define ERROR ),error(R_problem_buf);}
#define RECOVER(x) ),error(R_problem_buf);}
#define WARNING(x) ),warning(R_problem_buf);}
--- R-2.1.0/src/main/scan.c.BAD 2005-04-18 09:00:40.000000000 -0500
+++ R-2.1.0/src/main/scan.c 2005-04-18 09:00:56.000000000 -0500
@@ -1638,7 +1638,7 @@
{
va_list(ap);
va_start(ap, format);
- con->vfprintf(con, format, ap);
+ (con->vfprintf)(con, format, ap);
va_end(ap);
}