kill old patches

This commit is contained in:
Jarod Wilson 2008-10-20 16:58:37 +00:00
parent 2f027e6de6
commit 10d1f80421
2 changed files with 0 additions and 1107 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
diff -Naurp rrdtool.orig/php4/rrdtool.c rrdtool/php4/rrdtool.c
--- rrdtool.orig/php4/rrdtool.c 2007-06-16 01:32:23.000000000 -0400
+++ rrdtool/php4/rrdtool.c 2008-04-05 23:37:04.000000000 -0400
@@ -381,7 +381,7 @@ PHP_FUNCTION(rrd_update)
argv[3] = estrdup(opt->value.str.val);
optind = 0; opterr = 0;
- if ( rrd_update(3, &argv[1]) != -1 )
+ if ( rrd_update(2, &argv[2]) != -1 )
{
RETVAL_TRUE;
}