From a47c9d93e8e4789e9b4fce060ddca9b718b92d82 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 13 Oct 1999 20:49:35 +0000 Subject: [PATCH] 19991013-22:37 GMT+1 --- harbour/ChangeLog | 4 ++++ harbour/tests/rtl_test.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6292f0018d..018770cf5f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19991013-22:37 GMT+1 Victor Szel + * tests/rtl_test.prg + * Column width adjusted. + 19991013-22:26 GMT+1 Victor Szel * source/rtl/oldbox.c source/rtl/Makefile diff --git a/harbour/tests/rtl_test.prg b/harbour/tests/rtl_test.prg index 9d34931b7e..c6e2cc7247 100644 --- a/harbour/tests/rtl_test.prg +++ b/harbour/tests/rtl_test.prg @@ -65,8 +65,8 @@ #define TEST_RESULT_COL1_WIDTH 1 #define TEST_RESULT_COL2_WIDTH 20 #define TEST_RESULT_COL3_WIDTH 40 -#define TEST_RESULT_COL4_WIDTH 90 -#define TEST_RESULT_COL5_WIDTH 90 +#define TEST_RESULT_COL4_WIDTH 55 +#define TEST_RESULT_COL5_WIDTH 55 STATIC s_nPass STATIC s_nFail