mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
- 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
This commit is contained in:
parent
3f811c9bf7
commit
f0ac43b43d
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user