Skip to content

Commit c4304e9

Browse files
author
Artyom Abakumov
committed
Postfix after merge
1 parent 9829b86 commit c4304e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsql/DsqlCompilerScratch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ void DsqlCompilerScratch::putType(const TypeClause& type, bool useSubType, bool
258258
if (type.dtype >= FB_NELEM(blr_dtypes) || !blr_dtypes[type.dtype])
259259
{
260260
SCHAR buffer[100];
261-
snprintf(buffer, sizeof(buffer), "Invalid dtype %d in DsqlCompilerScratch::putField", type->dtype);
261+
snprintf(buffer, sizeof(buffer), "Invalid dtype %d in DsqlCompilerScratch::putField", type.dtype);
262262
ERRD_bugcheck(buffer);
263263
}
264264
#endif

0 commit comments

Comments
 (0)