diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-11 18:01:41 -0800 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-11 18:01:41 -0800 |
commit | 51de21efd7be72bca90481716fe04ffb7002ecfb (patch) | |
tree | c42b85bd9eebd67522244ca4f67a6ccd470100d8 /host/lib/usrp/common | |
parent | 8f0f045cdac16ae84bc446b230beb2b651428294 (diff) | |
download | uhd-51de21efd7be72bca90481716fe04ffb7002ecfb.tar.gz uhd-51de21efd7be72bca90481716fe04ffb7002ecfb.tar.bz2 uhd-51de21efd7be72bca90481716fe04ffb7002ecfb.zip |
Merge of mwest's fix to the sse2_fc32_to_sc16 converter.
Diffstat (limited to 'host/lib/usrp/common')
-rw-r--r-- | host/lib/usrp/common/fx2_ctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/common/fx2_ctrl.cpp b/host/lib/usrp/common/fx2_ctrl.cpp index d68bf6058..6552f1b2d 100644 --- a/host/lib/usrp/common/fx2_ctrl.cpp +++ b/host/lib/usrp/common/fx2_ctrl.cpp @@ -184,8 +184,8 @@ public: std::string record; file >> record; - if (!(record.length() > 0)) - continue; + if (!(record.length() > 0)) + continue; //check for valid record if (not checksum(&record) or not parse_record(&record, len, addr, type, data)) { |