1o merge della 97.02

git-svn-id: svn://10.65.10.50/trunk@4703 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1997-06-18 09:32:29 +00:00
parent e0b7136a81
commit a44eff33f3

View File

@ -1464,11 +1464,9 @@ TIsamtempfile::TIsamtempfile(int logicnum, const char* radix, bool create)
FILE* f = fopen(n, "r"); FILE* f = fopen(n, "r");
#if XVT_OS == XVT_OS_WIN || XVT_OS == XVT_OS_WIN32
TString err; TString err;
err.format("Can't open temporary file %s: %s",(const char*) n,(const char*)_strerror(NULL)); err.format("Can't open temporary file %s: %s",(const char*) n,(const char*)_strerror(NULL));
CHECK(f, (const char *) err ); CHECK(f, (const char *) err );
#endif
fseek(f, 0, SEEK_END); fseek(f, 0, SEEK_END);
eod = eox = ftell(f) / len; eod = eox = ftell(f) / len;