4 Commits

Author SHA1 Message Date
Josh Blum
3f5e373ee4 replace off_t with size_t to match system pointer size
I was having an issue with size of off_t on a multi-gigabit file.
This may have been related to long being a signed 32 bits on MSVC.
But I think there is good reason to use size_t here in general:

https://stackoverflow.com/questions/10634629/what-are-the-usage-differences-between-size-t-and-off-t
2017-11-25 16:06:08 -06:00
Eoin Mcloughlin
23490a0954 Fixing use-after-free resulting in heap corruption 2016-12-06 21:43:16 +00:00
Mike Walters
b79cdc2467 Plot amplitude between -1 and +1 so that the threshold plot works on it 2016-08-14 16:20:14 +01:00
Mike Walters
43401be07d plots: Don't use GR for amplitude demod 2016-06-10 19:35:52 +01:00