Corretto errore di scrittura
git-svn-id: svn://10.65.10.50/trunk@41 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5479720988
commit
f18f97314b
@ -1,4 +1,4 @@
|
|||||||
// $Id: relation.cpp,v 1.2 1994-08-19 10:43:55 guy Exp $
|
// $Id: relation.cpp,v 1.3 1994-08-22 09:06:05 alex Exp $
|
||||||
// relation.cpp
|
// relation.cpp
|
||||||
// fv 12/8/93
|
// fv 12/8/93
|
||||||
// relation class for isam files
|
// relation class for isam files
|
||||||
@ -662,7 +662,7 @@ HIDDEN bool __evalcondition(const TRectype& r,TExpression* cond)
|
|||||||
FILE* TCursor::open_index(bool create) const
|
FILE* TCursor::open_index(bool create) const
|
||||||
{
|
{
|
||||||
#if XVT_OS == XVT_OS_SCOUNIX
|
#if XVT_OS == XVT_OS_SCOUNIX
|
||||||
const char* const ";
|
const char* const r = "r";
|
||||||
const char* const w = "w";
|
const char* const w = "w";
|
||||||
#else
|
#else
|
||||||
const char* const r = "rb";
|
const char* const r = "rb";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user