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

Correction

This commit is contained in:
brodsom 2003-10-02 19:16:48 +00:00
parent 49d437edad
commit e18ed56cba

View File

@ -717,7 +717,7 @@ typedef struct 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 */