From 5326ea8e213fc5b72a88cf785e54e7860e5a3d23 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Oct 1996 12:04:47 +0000 Subject: [PATCH] flower-1.0.1 --- flower/vray.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/vray.hh b/flower/vray.hh index 7c6856e9bb..d56cad00d6 100644 --- a/flower/vray.hh +++ b/flower/vray.hh @@ -120,7 +120,7 @@ public: } void del(int i) { assert(i >=0&& i < size); - arrcpy(thearray+i, thearray+i+1, size-i); + arrcpy(thearray+i, thearray+i+1, size-i-1); size--; } // quicksort. -- 2.39.5