[Hamlib-developer] [Hamlib/Hamlib] 6fbb09: Fix segfault using python Hamlib.rig_parse_mode(None)
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-01-29 21:52:27
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 6fbb0986121b8865eaf2c1bcd36082dfeb4290f3 https://github.com/Hamlib/Hamlib/commit/6fbb0986121b8865eaf2c1bcd36082dfeb4290f3 Author: Mike Black W9MDB <mdb...@ya...> Date: 2023-01-29 (Sun, 29 Jan 2023) Changed paths: M Segfault-award M src/misc.c Log Message: ----------- Fix segfault using python Hamlib.rig_parse_mode(None) Argument really needed to be 'None' but now prints out better error message https://github.com/Hamlib/Hamlib/issues/1227 |