kopia lustrzana https://github.com/Hamlib/Hamlib
Set FILPATHLEN to 512 instead of 100 to support longer device file names -- especially ones generated by udev
rodzic
6eb18a9b34
commit
b19a9138a6
|
@ -147,7 +147,7 @@ typedef struct rig RIG;
|
||||||
|
|
||||||
#define RIGNAMSIZ 30
|
#define RIGNAMSIZ 30
|
||||||
#define RIGVERSIZ 8
|
#define RIGVERSIZ 8
|
||||||
#define FILPATHLEN 100
|
#define FILPATHLEN 512
|
||||||
#define FRQRANGESIZ 30
|
#define FRQRANGESIZ 30
|
||||||
#define MAXCHANDESC 30 /* describe channel eg: "WWV 5Mhz" */
|
#define MAXCHANDESC 30 /* describe channel eg: "WWV 5Mhz" */
|
||||||
#define TSLSTSIZ 20 /* max tuning step list size, zero ended */
|
#define TSLSTSIZ 20 /* max tuning step list size, zero ended */
|
||||||
|
|
|
@ -54,7 +54,7 @@ type
|
||||||
const
|
const
|
||||||
RIGNAMSIZ = 30;
|
RIGNAMSIZ = 30;
|
||||||
RIGVERSIZ = 8;
|
RIGVERSIZ = 8;
|
||||||
FILPATHLEN = 100;
|
FILPATHLEN = 512;
|
||||||
FRQRANGESIZ = 30;
|
FRQRANGESIZ = 30;
|
||||||
MAXCHANDESC = 30; {* describe channel eg: "WWV 5Mhz" *}
|
MAXCHANDESC = 30; {* describe channel eg: "WWV 5Mhz" *}
|
||||||
TSLSTSIZ = 20; {* max tuning step list size, zero ended *}
|
TSLSTSIZ = 20; {* max tuning step list size, zero ended *}
|
||||||
|
|
Ładowanie…
Reference in New Issue