mirror of
https://git.code.sf.net/p/fldigi/fldigi
synced 2026-08-13 17:47:54 -04:00
hamlib 4.6 bug fix
* hamlib 4.6~git changes creates incompatible call with
previous versions of the library
This commit is contained in:
parent
4a97c10166
commit
f12f797755
1 changed files with 4 additions and 0 deletions
|
|
@ -568,7 +568,11 @@ static void *hamlib_loop(void *args)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#ifdef RIGCAPS_NOT_CONST
|
||||
static int add_to_list(struct rig_caps* rc, void*)
|
||||
#else
|
||||
static int add_to_list(const struct rig_caps* rc, void*)
|
||||
#endif
|
||||
{
|
||||
hamlib_rigs.push_back(rc);
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue