From ffe896936e644abaa2899935aaf01ab180d3d856 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Wed, 20 Mar 2002 16:26:41 +0000 Subject: [PATCH] See ChangeLog entry 2002-03-19 11:30 UTC-0500 David G. Holm --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/set.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c620c43c6f..85aaecbdf5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * include/hbrddntx.h + * source/rdd/dbfntx/dbfntx1.c + * Some cleanup + * source/vm/runner.c default to "|lpr" when HB_OS_UNIX is defined. 2002-03-19 12:30 UTC-0500 David G. Holm diff --git a/harbour/source/rtl/set.c b/harbour/source/rtl/set.c index a60fc72d81..f8b932b796 100644 --- a/harbour/source/rtl/set.c +++ b/harbour/source/rtl/set.c @@ -796,7 +796,7 @@ void hb_setInitialize( void ) hb_set.HB_SET_PATH[ 0 ] = '\0'; hb_set.HB_SET_PRINTER = FALSE; hb_set.HB_SET_PRINTFILE = ( char * ) hb_xgrab( 1 ); - memcpy( hb_set.HB_SET_PRINTFILE, "", 1 ); /* Default printer device */ + memcpy( hb_set.HB_SET_PRINTFILE, "PRN", 3 ); /* Default printer device */ hb_set.hb_set_printhan = FS_ERROR; hb_set.HB_SET_SCOREBOARD = TRUE; hb_set.HB_SET_SCROLLBREAK = TRUE;