msvc required type cast added

This commit is contained in:
Antonio Linares
2001-11-29 19:29:11 +00:00
parent 63b03db95e
commit eb0e2aec74

View File

@@ -177,7 +177,7 @@ HB_FUNC( FSEEK )
HB_FUNC( FILE )
{
hb_retl( ISCHAR( 1 ) ? hb_spFile( hb_parc( 1 ) ) : FALSE );
hb_retl( ISCHAR( 1 ) ? hb_spFile( ( unsigned char * ) hb_parc( 1 ) ) : FALSE );
}
HB_FUNC( FREADSTR )
@@ -243,4 +243,3 @@ HB_FUNC( HB_F_EOF )
}
#endif