fix two other potential issues with leftover 32 bit integers when reading from sndfil...
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 22 Feb 2015 16:11:53 +0000 (11:11 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 22 Feb 2015 16:12:11 +0000 (11:12 -0500)
commit10e183f518f1a26c081afa191f30968f40211b0f
tree4399448dcbf6aaaa7a484bc90d4a44ee25388963
parentb40a305b5aaf1b5365d7146f6d097b8b1a1ff357
fix two other potential issues with leftover 32 bit integers when reading from sndfilesource.

It is less likely that these would cause issues because the
variables involved define the size of the data read, which
is almost certainly less than the 32 bit limit (i.e. they are
not positional). But to keep things clean and to keep questions
at bay, make them 64 bit values.
libs/ardour/sndfilesource.cc