X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Farraylist.h;h=ef27522f55b2f6077e3f7c0ec8e6887978ff5f75;hb=5621db270ccbeabc106e0f438941dba6f930652b;hp=5f66b34102a5d96163242f9b815627101d5e4df7;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/arraylist.h b/cinelerra-5.1/guicast/arraylist.h index 5f66b341..ef27522f 100644 --- a/cinelerra-5.1/guicast/arraylist.h +++ b/cinelerra-5.1/guicast/arraylist.h @@ -43,7 +43,7 @@ public: } void remove_number(int n) { if( n >= total ) return; - for(int i=n+1; i::remove_object_number:" " number %d out of range %d.\n", i, total); }