Re: [Hamlib-developer] rig not supporting target VFO
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Frank S. <vk...@ix...> - 2001-01-06 06:26:04
|
Frank Singleton wrote:
> #if 1
> if (rig->state.current_vfo = NULL)
> return -RIG_ENCURRVFO;
> #endif
>
Oops!!
#if 1
if (rig->state.current_vfo == NULL)
return -RIG_ENCURRVFO;
#endif
--
Cheers / Frank
73's de vk3fcs & km5ws
|