git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1530 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-08-25 22:45:10 +00:00
rodzic 24da2d721a
commit 788d8a49b8
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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