mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
constant should use FB type
This commit is contained in:
parent
d55424328c
commit
baded9e14f
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user