mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Correction
This commit is contained in:
parent
49d437edad
commit
e18ed56cba
@ -717,7 +717,7 @@ typedef struct act {
|
|||||||
|
|
||||||
const size_t ACT_LEN = sizeof(act);
|
const size_t ACT_LEN = sizeof(act);
|
||||||
|
|
||||||
const long MAX_LENGTH = -1UL;
|
const unsigned long MAX_LENGTH = -1UL;
|
||||||
|
|
||||||
/* This structure has been cloned from spit.c */
|
/* This structure has been cloned from spit.c */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user