]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.1
authorfred <fred>
Wed, 9 Oct 1996 12:04:47 +0000 (12:04 +0000)
committerfred <fred>
Wed, 9 Oct 1996 12:04:47 +0000 (12:04 +0000)
flower/vray.hh

index 7c6856e9bba226781da5d5caa4cd4b0a8b7658cd..d56cad00d634b3dbbce029ac9956ab97366bcdd1 100644 (file)
@@ -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.