summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:56:23 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-09 13:56:23 -0400
commitca76496ef377e826d356f9d29f6a57393c59298a (patch)
tree26b2f0bf52429c914339bf521c2c2e94bd740146 /libs/ardour/port.cc
parentd0381b902cb93018006cee9154d8cabab33256ef (diff)
more purging of JACK as an explicit name from libardour
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index d37761b6f2..3aaa371f16 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -337,7 +337,7 @@ Port::get_connected_latency_range (LatencyRange& range, bool playback) const
if (!connections.empty()) {
- range.min = ~((jack_nframes_t) 0);
+ range.min = ~((pframes_t) 0);
range.max = 0;
DEBUG_TRACE (DEBUG::Latency, string_compose ("%1: %2 connections to check for latency range\n", name(), connections.size()));