2010-04-07 14:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/fstemp.c
! Fixed HB_DIRTEMP() (and low-level equivalent) returning
error/empty-string on *nix targets due to typo.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-04-07 14:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/fstemp.c
|
||||
! Fixed HB_DIRTEMP() (and low-level equivalent) returning
|
||||
error/empty-string on *nix targets due to typo.
|
||||
|
||||
2010-04-07 10:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
- package/harbour.ico
|
||||
+ package/harb_win.ico
|
||||
|
||||
@@ -357,6 +357,8 @@ HB_ERRCODE hb_fsTempDir( char * pszTempDir )
|
||||
else
|
||||
nResult = 0;
|
||||
}
|
||||
else
|
||||
nResult = 0;
|
||||
|
||||
if( pszTempDirEnv )
|
||||
hb_xfree( pszTempDirEnv );
|
||||
|
||||
Reference in New Issue
Block a user