2008-10-21 14:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/box.c
    ! Fixed GPF in hb_dispBox() when box drawing chars 
      were not passed.
This commit is contained in:
Viktor Szakats
2008-10-21 12:58:55 +00:00
parent 08be73b95c
commit 42013c528f
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-21 14:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/box.c
! Fixed GPF in hb_dispBox() when box drawing chars
were not passed.
2008-10-21 13:17 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net>
* contrib/xhb/hbcompat.ch

View File

@@ -120,7 +120,7 @@ HB_FUNC( HB_DISPBOX )
if( pTop && pLeft && pBottom && pRight )
{
const char * pszBox = hb_parc( 5 );
const char * pszBox = hb_parcx( 5 );
const char * pszColor = hb_parc( 6 );
int iColor;