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:
Joe Taylor
2013-04-15 21:13:31 +00:00
parent b02d298518
commit 3ed5f2ec35
7 changed files with 986 additions and 1134 deletions
-3
View File
@@ -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;