See ChangeLog entry 2002-03-19 11:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-03-20 16:26:41 +00:00
parent 11b3c0f1ef
commit ffe896936e
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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 <dholm@jsd-llc.com>

View File

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