kopia lustrzana https://github.com/Hamlib/Hamlib
typo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1530 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
24da2d721a
commit
788d8a49b8
|
@ -5,7 +5,7 @@
|
|||
* It takes commands in interactive mode as well as
|
||||
* from command line options.
|
||||
*
|
||||
* $Id: rigctl.c,v 1.45 2003-08-25 22:38:08 fillods Exp $
|
||||
* $Id: rigctl.c,v 1.46 2003-08-25 22:45:10 fillods Exp $
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -41,9 +41,9 @@
|
|||
#include "misc.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define LLFMT "Ll"
|
||||
#else
|
||||
#define LLFMT "L"
|
||||
#else
|
||||
#define LLFMT "ll"
|
||||
#endif
|
||||
|
||||
#define MAXNAMSIZ 32
|
||||
|
|
Ładowanie…
Reference in New Issue