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:
Viktor Szakats
2010-04-07 12:06:04 +00:00
parent fc33f10a4d
commit b7d73ce343
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -357,6 +357,8 @@ HB_ERRCODE hb_fsTempDir( char * pszTempDir )
else
nResult = 0;
}
else
nResult = 0;
if( pszTempDirEnv )
hb_xfree( pszTempDirEnv );