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