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:
@@ -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.
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user