2012-04-23 13:56 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/rtl/filesys.c
! fixed typo in last commit which disabled filename translations
in hb_fsNameConv*() functions.
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-04-23 13:56 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/rtl/filesys.c
|
||||
! fixed typo in last commit which disabled filename translations
|
||||
in hb_fsNameConv*() functions.
|
||||
|
||||
2012-04-22 09:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/idedocks.prg
|
||||
* contrib/hbide/idedocwriter.prg
|
||||
|
||||
@@ -3744,7 +3744,7 @@ const char * hb_fsNameConv( const char * szFileName, char ** pszFree )
|
||||
if( pszFree )
|
||||
*pszFree = NULL;
|
||||
|
||||
if( hb_vmIsReady() )
|
||||
if( !hb_vmIsReady() )
|
||||
return szFileName;
|
||||
|
||||
fTrim = hb_setGetTrimFileName();
|
||||
@@ -3885,7 +3885,7 @@ HB_WCHAR * hb_fsNameConvU16( const char * szFileName )
|
||||
TRIMFILENAME - strip trailing and leading spaces (also from extension)
|
||||
*/
|
||||
|
||||
if( hb_vmIsReady() )
|
||||
if( !hb_vmIsReady() )
|
||||
return hb_mbtowc( szFileName ); /* No HVM stack */
|
||||
|
||||
cdp = hb_vmCDP();
|
||||
|
||||
Reference in New Issue
Block a user