should always compile test before commit...

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1437 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2003-04-09 06:43:54 +00:00
rodzic 524341a0f7
commit e4caf7bd64
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - OptoScan extensions
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: optoscan.c,v 1.4 2003-04-09 06:37:37 fillods Exp $
* $Id: optoscan.c,v 1.5 2003-04-09 06:43:54 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
@ -202,9 +202,9 @@ int optoscan_recv_dtmf(RIG *rig, vfo_t vfo, char *digits, int *length)
const struct rig_caps *caps;
unsigned char dtmfbuf[MAXFRAMELEN],digit;
int len, retval, digitpos;
unsigned char xlate[] = {"0","1","2","3","4","5","6",
"7","8","9","A","B","C","D",
"*","#"};
unsigned char xlate[] = {'0','1','2','3','4','5','6',
'7','8','9','A','B','C','D',
'*','#'};
caps = rig->caps;
digitpos=0;