mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Logic correction
This commit is contained in:
parent
fea0b6155a
commit
126d7f97ae
@ -51,7 +51,7 @@ typedef struct bid {
|
||||
|
||||
/* Your basic blob block. */
|
||||
|
||||
class blb : public pool_alloc_rpt<SCHAR, type_blb>
|
||||
class blb : public pool_alloc_rpt<UCHAR, type_blb>
|
||||
{
|
||||
public:
|
||||
att *blb_attachment; /* database attachment */
|
||||
|
Loading…
Reference in New Issue
Block a user