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

Logic correction

This commit is contained in:
tamlin 2001-12-27 04:59:58 +00:00
parent fea0b6155a
commit 126d7f97ae

View File

@ -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 */