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:
@@ -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()
|
||||
|
||||
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user