[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 9d30205174f567e97665f
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-31 18:21:25
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 9d30205174f567e97665fb08f4014b7badb0257f (commit) from 84ce231daf09ecc505c393a05444b2e3b4b9e6c4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d30205174f567e97665fb08f4014b7badb0257f Author: Michael Black W9MDB <mdb...@ya...> Date: Sun Jan 31 12:20:44 2021 -0600 Fix linking error for w32-build.sh script diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 1d806c82..489d4683 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2857,7 +2857,7 @@ rig_need_debug HAMLIB_PARAMS((enum rig_debug_level_e debug_level)); // this need to be fairly big to avoid compiler warnings #define DEBUGMSGSAVE_SIZE 24000 -extern char debugmsgsave[DEBUGMSGSAVE_SIZE]; // last debug msg +extern HAMLIB_EXPORT_VAR(char) debugmsgsave[DEBUGMSGSAVE_SIZE]; // last debug msg #ifndef __cplusplus #ifdef __GNUC__ // doing the debug macro with a dummy sprintf allows gcc to check the format string ----------------------------------------------------------------------- Summary of changes: include/hamlib/rig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |