2000-11-05 10:00 UTC+0100 JFL (mafact) <jfl@mafact.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-11-05 10:00 UTC+0100 JFL (mafact) <jfl@mafact.com>
|
||||
* source/vm/classes.c
|
||||
* strcpy( &cString , ... in place of strcpy( cString, ... :-(((
|
||||
|
||||
2000-11-05 10:00 UTC+0100 JFL (mafact) <jfl@mafact.com>
|
||||
* source/vm/classes.c
|
||||
* work around due to the fact HB stack can move
|
||||
|
||||
@@ -1600,7 +1600,7 @@ HB_FUNC( __CLSINSTSUPER )
|
||||
/*PHB_ITEM pString = hb_param( 1, HB_IT_STRING ); */
|
||||
BOOL bFound = FALSE;
|
||||
|
||||
strcpy( &cString, hb_parc(1) );
|
||||
strcpy( cString, hb_parc(1) );
|
||||
|
||||
if( /*pString*/ hb_pcount() >= 1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user