kopia lustrzana https://github.com/Hamlib/Hamlib
fix undefined signed char overflow
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1337 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
a24201912f
commit
c675c071af
|
@ -2,7 +2,7 @@
|
||||||
* Hamlib CI-V backend - low level communication routines
|
* Hamlib CI-V backend - low level communication routines
|
||||||
* Copyright (c) 2000-2002 by Stephane Fillod
|
* Copyright (c) 2000-2002 by Stephane Fillod
|
||||||
*
|
*
|
||||||
* $Id: frame.c,v 1.18 2002-03-18 23:04:27 fillods Exp $
|
* $Id: frame.c,v 1.19 2003-01-06 22:04:58 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
|
||||||
|
@ -255,7 +255,7 @@ int rig2icom_mode(RIG *rig, rmode_t mode, pbwidth_t width,
|
||||||
unsigned char *md, char *pd)
|
unsigned char *md, char *pd)
|
||||||
{
|
{
|
||||||
unsigned char icmode;
|
unsigned char icmode;
|
||||||
char icmode_ext;
|
signed char icmode_ext;
|
||||||
pbwidth_t medium_width;
|
pbwidth_t medium_width;
|
||||||
|
|
||||||
icmode_ext = -1;
|
icmode_ext = -1;
|
||||||
|
|
Ładowanie…
Reference in New Issue