mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-26 20:14:24 -04:00
Backed out the changes from r3171 to r3172 -- too buggy at present.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3173 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -23,9 +23,6 @@ int set_conf(RIG *my_rig, char *conf_parms)
|
||||
*q++ = '\0';
|
||||
n = strchr(q, ',');
|
||||
if (n) *n++ = '\0';
|
||||
|
||||
printf("%s %s\n",p,q);
|
||||
|
||||
iret = rig_set_conf(my_rig, rig_token_lookup(my_rig, p), q);
|
||||
if (iret != RIG_OK)
|
||||
return iret;
|
||||
|
||||
Reference in New Issue
Block a user