From ca76496ef377e826d356f9d29f6a57393c59298a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 9 Aug 2013 13:56:23 -0400 Subject: more purging of JACK as an explicit name from libardour --- libs/ardour/port.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/port.cc') 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())); -- cgit v1.2.3