2002-04-02 21:46 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-04-02 17:47:39 +00:00
parent 080056e73b
commit ccbaac5c98
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-04-03 21:40 UTC-0500 David G. Holm <dholm@jsd-llc.com>
* config/w32/global.cf
+ If no COMSPEC and running on Windows NT or 2000, use CMD.EXE.
2002-04-03 21:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
* Algorithm of indexing improved - it is faster now ( in some cases

View File

@@ -3420,7 +3420,7 @@ static LPAREANODE GetTheOtherArea( char *szDriver, char * szFileName, BOOL creat
pInfo.abName = ( BYTE * ) hb_xgrab( _POSIX_PATH_MAX + 1 );
strcpy( ( char * ) pInfo.abName, szFileName );
pInfo.atomAlias = ( BYTE * ) "__TMPAREA";
pInfo.fShared = !hb_set.HB_SET_EXCLUSIVE;
pInfo.fShared = FALSE;
pInfo.fReadonly = FALSE;
/* get the new area node */