*** empty log message ***

This commit is contained in:
David Rose 2000-12-15 21:42:44 +00:00
parent 4c864fe561
commit 7d6592d26b

View File

@ -256,7 +256,7 @@ fillin(DatagramIterator& scan, BamReader* manager)
if (index_length < 0xff) {
// Discrete. Read in the index.
if (index_length > 0) {
float index[index_length];
float *index = (float *)alloca(index_length * sizeof(float));
int i;
for (i = 0; i < index_length; i++) {