Modifica 95/25. Sostituito errno con err.
git-svn-id: svn://10.65.10.50/trunk@1779 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ada1bc0910
commit
88426d8c7b
@ -1285,7 +1285,7 @@ int TIsamtempfile::open(const char* radix, bool create, TRecnotype eod, TRecnoty
|
||||
{
|
||||
err = get_error(err);
|
||||
relisfd(_isamfile);
|
||||
fatal_box("Create temporary file: Error n. %d ", errno);
|
||||
fatal_box("Create temporary file: Error n. %d ", err);
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -1295,7 +1295,7 @@ int TIsamtempfile::open(const char* radix, bool create, TRecnotype eod, TRecnoty
|
||||
if (err != NOERR)
|
||||
{
|
||||
relisfd(_isamfile);
|
||||
fatal_box("Open temporary file: Error n. %d ",errno);
|
||||
fatal_box("Open temporary file: Error n. %d ",err);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user