From 2c30dff7d519987a0f239f29f09e340d203c0148 Mon Sep 17 00:00:00 2001 From: ttsou Date: Sun, 13 Sep 2009 18:44:04 -0400 Subject: [PATCH] Fix glitch from previous commit --- usrp/host/lib/fusb_sysconfig_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrp/host/lib/fusb_sysconfig_linux.cc b/usrp/host/lib/fusb_sysconfig_linux.cc index 5b9bfb24..c2e45388 100644 --- a/usrp/host/lib/fusb_sysconfig_linux.cc +++ b/usrp/host/lib/fusb_sysconfig_linux.cc @@ -30,7 +30,7 @@ static const int FUSB_BUFFER_SIZE = 1 * (1L << 20); // 1MB fusb_devhandle * fusb_sysconfig::make_devhandle (usb_dev_handle *udh, libusb_context *ctx) { - make_devhandle (udh); + return new fusb_devhandle_linux (udh); } int fusb_sysconfig::max_block_size () -- 2.47.2