From: n0nb <n0...@us...> - 2025-08-22 20:49:36
|
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 ad8707c74cea2bea661ffd1a187db36dc269e06c (commit) via 6eb7c1d6dd24f77b8232bca83f90eecaa18e2711 (commit) from b953141b0f538f21cc696c2a1b874c311f3154c5 (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 ad8707c74cea2bea661ffd1a187db36dc269e06c Merge: b953141b0 6eb7c1d6d Author: Nate Bargmann <n0...@n0...> Date: Fri Aug 22 15:21:04 2025 -0500 Merge GitHub PR #1864 commit 6eb7c1d6dd24f77b8232bca83f90eecaa18e2711 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Fri Aug 22 22:02:01 2025 +0200 Fix build failure on openSUSE Tumbleweed, Slowroll and Leap 16.0 Thanks to @dl8fcl Walter. diff --git a/bindings/rig.swg b/bindings/rig.swg index 1d23e69a8..d0757effe 100644 --- a/bindings/rig.swg +++ b/bindings/rig.swg @@ -783,7 +783,7 @@ int *rig_spectrum_cb_python(RIG *rig, struct rig_spectrum_line *rig_spectrum_lin #endif #ifdef SWIGPERL - char *send_raw(char *send, char *term, char *returnstr) + void send_raw(char *send, char *term, char *returnstr) { returnstr[0] = '\0'; int count; ----------------------------------------------------------------------- Summary of changes: bindings/rig.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |