2008-03-05 19:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/utils/hbtest/rt_trans.prg
    * minor comment cleanup
This commit is contained in:
Przemyslaw Czerpak
2008-03-05 18:20:03 +00:00
parent 9cb4e6047d
commit 0137656989
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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()

View File

@@ -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" )