kopia lustrzana https://github.com/Hamlib/Hamlib
strstatus has been renamed to rig_strstatus
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1798 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.2
rodzic
712112009a
commit
b08ca3b2b6
|
@ -4,7 +4,7 @@
|
||||||
* The code is rather ugly since this is only a try out.
|
* The code is rather ugly since this is only a try out.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: rigmatrix.c,v 1.18 2003-08-20 07:23:13 fillods Exp $
|
* $Id: rigmatrix.c,v 1.19 2004-08-10 22:41:41 fillods Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -46,7 +46,7 @@ int print_caps_sum(const struct rig_caps *caps, void *data)
|
||||||
"<TD>%s</TD><TD>%s</TD><TD>",
|
"<TD>%s</TD><TD>%s</TD><TD>",
|
||||||
caps->rig_model,
|
caps->rig_model,
|
||||||
caps->model_name,caps->mfg_name,caps->version,
|
caps->model_name,caps->mfg_name,caps->version,
|
||||||
strstatus(caps->status)
|
rig_strstatus(caps->status)
|
||||||
);
|
);
|
||||||
|
|
||||||
switch (caps->rig_type & RIG_TYPE_MASK) {
|
switch (caps->rig_type & RIG_TYPE_MASK) {
|
||||||
|
|
Ładowanie…
Reference in New Issue