[Hamlib-developer] [Hamlib/Hamlib] e7fc52: Fix wrong define used
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-08-30 12:56:16
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: e7fc52675f7a6f2c01dc0fbec5f89cb26d28cbea https://github.com/Hamlib/Hamlib/commit/e7fc52675f7a6f2c01dc0fbec5f89cb26d28cbea 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/ Commit: 2ac311ef47cd3b68606e76ec5229a35bcfb4032f https://github.com/Hamlib/Hamlib/commit/2ac311ef47cd3b68606e76ec5229a35bcfb4032f Author: dforsi <iu...@gm...> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M simulators/simts890.c Log Message: ----------- Merge pull request #2191 from dforsi/master Fix wrong define used Compare: https://github.com/Hamlib/Hamlib/compare/001756482a42...2ac311ef47cd To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |