From 01376569899f09a442a950f649742caef3ac1563 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 5 Mar 2008 18:20:03 +0000 Subject: [PATCH] 2008-03-05 19:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbtest/rt_trans.prg * minor comment cleanup --- harbour/ChangeLog | 4 ++++ harbour/utils/hbtest/rt_trans.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f3bd0a8e20..4090808dd7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-03-05 19:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/utils/hbtest/rt_trans.prg + * minor comment cleanup + 2008-03-05 19:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbct/screen2.c ! fixed possible vary bad bug (memory buffer overflow) in SCREENSTR() diff --git a/harbour/utils/hbtest/rt_trans.prg b/harbour/utils/hbtest/rt_trans.prg index 0258e1954f..d9234f14d2 100644 --- a/harbour/utils/hbtest/rt_trans.prg +++ b/harbour/utils/hbtest/rt_trans.prg @@ -419,7 +419,7 @@ FUNCTION Main_TRANS() * smaller then 5 bytes behaves randomly. * In fact precise tests can show that it's not random behavior * but CA-Cl*pper uses static buffer for result and when current one - * is smaller then 5 bytes then at 1-st two bytes are replaced with + * is smaller then 5 bytes then first two bytes are replaced with * 4-5 bytes from previous result which was length enough, f.e.: * ? transform( "0123456789", "" ) * ? transform( "AB", "@E" )