[Hamlib-developer] [Hamlib/Hamlib] 558234: Drop addional unwanted space after message
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2024-12-03 12:45:35
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 558234897807c793baa2874e351007a6c827ab37 https://github.com/Hamlib/Hamlib/commit/558234897807c793baa2874e351007a6c827ab37 Author: Thomas Beierlein <to...@ge...> Date: 2024-12-03 (Tue, 03 Dec 2024) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Drop addional unwanted space after message Kenwood_send_morse adds an unwanted space after each transmission on TS-590S model (see issue 1634). Tests showed that all space before any message gets ignored and all trailing spaces (if any) were compressed to exactly one space. The patch changes the alignment to the right. Commit: abe40e6e8b6322b7811a4466d2a9c4f29440a249 https://github.com/Hamlib/Hamlib/commit/abe40e6e8b6322b7811a4466d2a9c4f29440a249 Author: Michael Black <mdb...@ya...> Date: 2024-12-03 (Tue, 03 Dec 2024) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Merge pull request #1637 from dl1jbe/ts590_fix_kenwood_send_morse Drop addional unwanted space after message Compare: https://github.com/Hamlib/Hamlib/compare/65832ecf53b3...abe40e6e8b63 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |