Do not forget to increment the pointers...

This commit is contained in:
Richard Levitte 2001-05-15 15:49:54 +00:00
parent 6482dec1bb
commit 9e0fcabeca

View File

@ -108,6 +108,8 @@ int RAND_poll(void)
pitem->buffer = (long *)data_buffer[total_length];
pitem->retlen = 0;
total_length += pitems_data->length;
pitems_data++;
pitem++;
}
pitem->length = pitem->code = 0;