8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

constant should use FB type

This commit is contained in:
robocop 2003-10-05 06:20:47 +00:00
parent d55424328c
commit baded9e14f

View File

@ -717,7 +717,7 @@ typedef struct act {
const size_t ACT_LEN = sizeof(act);
const unsigned long MAX_LENGTH = -1UL;
const ULONG MAX_LENGTH = -1UL; // Keep in sync with fil.fil_length
/* This structure has been cloned from spit.c */