kopia lustrzana https://github.com/Hamlib/Hamlib
fix thd74_get_mem
rodzic
4a9725493a
commit
3638a92245
|
@ -1101,7 +1101,7 @@ static int thd74_get_mem(RIG *rig, vfo_t vfo, int *ch)
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
sscanf(buf + 5, "%d", ch);
|
sscanf(buf + 3, "%d", ch);
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue