From 2afb8ca51453ce988de2ea20606a6f342245734e Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Mon, 20 Feb 2006 20:47:12 +0000 Subject: [PATCH] - Use correct filenames for lp ports git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@128 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- ptt_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ptt_unix.c b/ptt_unix.c index 13af97dce..9a3faf158 100644 --- a/ptt_unix.c +++ b/ptt_unix.c @@ -341,9 +341,9 @@ lp_ptt (int fd, int onoff) * the WSJT.INI instead but for now this should work -- db */ #ifdef BSD -#define LPNAME "/dev/lpt%d" +#define LPNAME "lpt%d" #else -#define LPNAME "/dev/lp%d" +#define LPNAME "lp%d" #endif #define LPNAME_SIZE (sizeof(LPNAME))