diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-13 15:06:46 -0800 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-13 15:06:46 -0800 |
commit | d80a5b6bea659607b16cd3ece8d248dd8cd788ee (patch) | |
tree | d3f5a27108fd987e60e7bd83098cd2eb8b0c7ec4 /host/lib/usrp/common/fx2_ctrl.cpp | |
parent | 03a1828944aebea34114634f885fdd46471cd211 (diff) | |
parent | 92b0b7ab6b8fcc795612054a07064351aa969e3a (diff) | |
download | uhd-d80a5b6bea659607b16cd3ece8d248dd8cd788ee.tar.gz uhd-d80a5b6bea659607b16cd3ece8d248dd8cd788ee.tar.bz2 uhd-d80a5b6bea659607b16cd3ece8d248dd8cd788ee.zip |
Merge branch 'master' into next003_006_002_rc2
Diffstat (limited to 'host/lib/usrp/common/fx2_ctrl.cpp')
-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)) { |