[Hamlib-developer] [Hamlib/Hamlib] f53dc9: Normalize some debug/trace output.
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Michael B. <no...@gi...> - 2024-05-28 16:48:40
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: f53dc99057869642b896c4743a99335900cfb39b https://github.com/Hamlib/Hamlib/commit/f53dc99057869642b896c4743a99335900cfb39b Author: George Baltz N3GB <Geo...@gm...> Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M include/hamlib/rig.h M src/misc.c Log Message: ----------- Normalize some debug/trace output. Make spaces(len) actually return a string of length 'len', not len + 1. Eliminate static writable memory and a 256 byte write on each debug/trace call. Make the depth stars line up. Commit: a721c04c536c0f7301608f49dcccbb1c03152f58 https://github.com/Hamlib/Hamlib/commit/a721c04c536c0f7301608f49dcccbb1c03152f58 Author: Michael Black <mdb...@ya...> Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M include/hamlib/rig.h M src/misc.c Log Message: ----------- Merge pull request #1557 from GeoBaltz/fix12 Normalize some debug/trace output. Compare: https://github.com/Hamlib/Hamlib/compare/a5f53bbcf68b...a721c04c536c To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |