mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04: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
|
* the WSJT.INI instead but for now this should work -- db
|
||||||
*/
|
*/
|
||||||
#ifdef BSD
|
#ifdef BSD
|
||||||
#define LPNAME "/dev/lpt%d"
|
#define LPNAME "lpt%d"
|
||||||
#else
|
#else
|
||||||
#define LPNAME "/dev/lp%d"
|
#define LPNAME "lp%d"
|
||||||
#endif
|
#endif
|
||||||
#define LPNAME_SIZE (sizeof(LPNAME))
|
#define LPNAME_SIZE (sizeof(LPNAME))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user