don't use llrint on already-integral variables
authorDevin J. Pohly <djpohly@gmail.com>
Wed, 14 May 2014 06:59:25 +0000 (02:59 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 14 May 2014 16:11:14 +0000 (12:11 -0400)
commit16cbecf1934e92587d7b5b393a69f902f6f55c68
tree521446e86f0e12894f6f7c8c898aaf325ab41586
parent0aa2ed582aebade98b4ea3c276985551dbbfa3dd
don't use llrint on already-integral variables

This could trick people into thinking that there is a floating-point
type hiding behind the typedef instead of an integer.
libs/ardour/tempo.cc