[Hamlib-developer] [Hamlib/Hamlib] ccd2d6: Fix wrong define used
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-08-30 13:22:56
|
Branch: refs/heads/Hamlib-4.7 Home: https://github.com/Hamlib/Hamlib Commit: ccd2d6f78a45ca2b836cb28075055c11c9f50f2e https://github.com/Hamlib/Hamlib/commit/ccd2d6f78a45ca2b836cb28075055c11c9f50f2e Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M simulators/simts890.c Log Message: ----------- Fix wrong define used BUFSIZ is defined in stdio.h as 8192, while BUFSIZE is defined in our sim.h as 256. Found by https://sonarcloud.io/ (cherry picked from commit e7fc52675f7a6f2c01dc0fbec5f89cb26d28cbea) Commit: ea3917aab0e596b6c98a6c61de854844c46300c7 https://github.com/Hamlib/Hamlib/commit/ea3917aab0e596b6c98a6c61de854844c46300c7 Author: dforsi <iu...@gm...> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M simulators/simts890.c Log Message: ----------- Merge pull request #2192 from dforsi/Hamlib-4.7 Fix wrong define used Compare: https://github.com/Hamlib/Hamlib/compare/3a2468a23904...ea3917aab0e5 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |