From 04226721a2b10dda13555164b473303bcb372a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Fri, 20 Feb 2009 14:20:23 +0000 Subject: [PATCH] bug in ic706_r2i_mode() git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2657 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/ic706.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icom/ic706.c b/icom/ic706.c index 91630b882..e24bf4f34 100644 --- a/icom/ic706.c +++ b/icom/ic706.c @@ -1,8 +1,8 @@ /* * 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 * 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) return err; - *pd--; + (*pd)--; return RIG_OK; }