strstatus has been renamed to rig_strstatus

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1798 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.2
Stéphane Fillod, F8CFE 2004-08-10 22:41:41 +00:00
rodzic 712112009a
commit b08ca3b2b6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
* 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
@ -46,7 +46,7 @@ int print_caps_sum(const struct rig_caps *caps, void *data)
"<TD>%s</TD><TD>%s</TD><TD>",
caps->rig_model,
caps->model_name,caps->mfg_name,caps->version,
strstatus(caps->status)
rig_strstatus(caps->status)
);
switch (caps->rig_type & RIG_TYPE_MASK) {