2010-10-04 18:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rtl/fstemp.c
    ! fixed typo in my last commit (#elif instead of #if)
      Thanks to Itamar M. Lins Jr. for the info.
This commit is contained in:
Przemyslaw Czerpak
2010-10-04 16:23:37 +00:00
parent 339e968558
commit 6ebbfea898
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-10-04 18:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/fstemp.c
! fixed typo in my last commit (#elif instead of #if)
Thanks to Itamar M. Lins Jr. for the info.
2010-10-04 08:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbplistbox.prg
! Changed: the way context menu was being fired.

View File

@@ -396,7 +396,7 @@ HB_ERRCODE hb_fsTempDir( char * pszTempDir )
}
#else
{
#elif !defined( HB_OS_OS2 )
#if !defined( HB_OS_OS2 )
char szBuffer[ L_tmpnam ];
if( tmpnam( szBuffer ) != NULL )