2008-10-13 20:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbmisc/strfmt.c
    ! Fixed GPF when non-string was passed as 
      first parameter.
This commit is contained in:
Viktor Szakats
2008-10-13 18:19:50 +00:00
parent 7d8c51e71a
commit 52b81aace8
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-13 20:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmisc/strfmt.c
! Fixed GPF when non-string was passed as
first parameter.
2008-10-13 18:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
+ added small description for hb_threadOnce() .prg function

View File

@@ -73,7 +73,7 @@ HB_FUNC( STRFORMAT )
if( nParNum >= 1 )
{
char * pszMask = hb_parc( 1 );
char * pszMask = hb_parcx( 1 );
ULONG nMaskLen = hb_parclen( 1 );
ULONG nMaskPos;
ULONG nPos;