kopia lustrzana https://github.com/Hamlib/Hamlib
bug in ic706_r2i_mode()
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2657 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.9
rodzic
1ff2d54af0
commit
04226721a2
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Hamlib CI-V backend - description of IC-706 and variations
|
* Hamlib CI-V backend - description of IC-706 and variations
|
||||||
* Copyright (c) 2000-2008 by Stephane Fillod
|
* Copyright (c) 2000-2009 by Stephane Fillod
|
||||||
*
|
*
|
||||||
* $Id: ic706.c,v 1.38 2008-12-14 20:09:39 fillods Exp $
|
* $Id: ic706.c,v 1.39 2009-02-20 14:20:23 fillods Exp $
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Library General Public License as
|
* it under the terms of the GNU Library General Public License as
|
||||||
|
@ -48,7 +48,7 @@ int ic706_r2i_mode(RIG *rig, rmode_t mode, pbwidth_t width,
|
||||||
if (err == -1)
|
if (err == -1)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
*pd--;
|
(*pd)--;
|
||||||
|
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue