mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
fil_max_page is of type ULONG!
This commit is contained in:
parent
8b1452cb34
commit
7c49e08554
@ -1016,7 +1016,7 @@ static FIL setup_file(
|
||||
file = FB_NEW_RPT(*dbb->dbb_permanent, file_length + 1) fil();
|
||||
file->fil_desc = desc;
|
||||
file->fil_length = file_length;
|
||||
file->fil_max_page = -1;
|
||||
file->fil_max_page = -1UL;
|
||||
MOVE_FAST(file_name, file->fil_string, file_length);
|
||||
file->fil_string[file_length] = '\0';
|
||||
#ifndef PREAD_PWRITE
|
||||
|
Loading…
Reference in New Issue
Block a user