Closed ninety47 closed 11 years ago
Ticketed raised of this bit of coded (check for others):
tick_data* read_bi5( unsigned char *lzma_buffer, size_t lzma_buffer_size, pt::ptime epoch, float point_value, size_t *buffer_size);
should be:
tick_data* read_bi5( unsigned char *lzma_buffer, size_t lzma_buffer_size, pt::ptime epoch, float point_value, size_t &buffer_size);
Ticketed raised of this bit of coded (check for others):
should be: