8
0
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:
eku 2003-04-10 06:39:48 +00:00
parent 8b1452cb34
commit 7c49e08554

View File

@ -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