git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1905 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.4
Stéphane Fillod, F8CFE 2005-01-25 00:33:38 +00:00
rodzic cccf1318ce
commit 094d009a07
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - main file
* Copyright (c) 2000-2005 by Stephane Fillod
*
* $Id: aor.c,v 1.30 2005-01-24 23:03:51 fillods Exp $
* $Id: aor.c,v 1.31 2005-01-25 00:33:38 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -158,7 +158,7 @@ int aor_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
return -RIG_EPROTO;
}
sscanf(rfp+2,"%"SCNfreq, &freq);
sscanf(rfp+2,"%"SCNfreq, freq);
return RIG_OK;
}