We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1673f56 commit 3d5a765Copy full SHA for 3d5a765
src/jrd/jrd.cpp
@@ -1133,7 +1133,7 @@ namespace Jrd
1133
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
1134
}
1135
1136
- void get(const UCHAR*, USHORT, bool&);
+ void get(const UCHAR*, FB_SIZE_T, bool&);
1137
1138
void setBuffers(RefPtr<const Config> config)
1139
{
@@ -6801,7 +6801,7 @@ namespace
6801
6802
} // anonymous
6803
6804
-void DatabaseOptions::get(const UCHAR* dpb, USHORT dpb_length, bool& invalid_client_SQL_dialect)
+void DatabaseOptions::get(const UCHAR* dpb, FB_SIZE_T dpb_length, bool& invalid_client_SQL_dialect)
6805
6806
/**************************************
6807
*
0 commit comments