[Hamlib-developer] [Hamlib/Hamlib] 6f0efd: Fix check for RIG_BUSBUSY
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-04-11 21:40:38
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 6f0efd59e61ebc2a6b96fcb9414cd2b240a9157e https://github.com/Hamlib/Hamlib/commit/6f0efd59e61ebc2a6b96fcb9414cd2b240a9157e Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-04-11 (Tue, 11 Apr 2023) Changed paths: M rigs/icom/frame.c Log Message: ----------- Fix check for RIG_BUSBUSY Fixes a cppcheck warning: rigs/icom/frame.c:510:19: style: Redundant condition: The condition 'i != 14' is redundant since 'i < 0' is sufficient. [redundantCondition] if (i < 0 && i != RIG_BUSBUSY) /* die on errors */ Commit: 4551199de1756d9eaf651b7c6a106d7e52686346 https://github.com/Hamlib/Hamlib/commit/4551199de1756d9eaf651b7c6a106d7e52686346 Author: Michael Black <mdb...@ya...> Date: 2023-04-11 (Tue, 11 Apr 2023) Changed paths: M rigs/icom/frame.c Log Message: ----------- Merge pull request #1273 from dforsi/fix/cppcheck Fix check for RIG_BUSBUSY Compare: https://github.com/Hamlib/Hamlib/compare/6c197dbc1cba...4551199de175 |