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 7a89194 commit 3fcb9cfCopy full SHA for 3fcb9cf
src/jrd/jrd.cpp
@@ -1128,7 +1128,7 @@ namespace Jrd
1128
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
1129
}
1130
1131
- void get(const UCHAR*, USHORT, bool&);
+ void get(const UCHAR*, FB_SIZE_T, bool&);
1132
1133
void setBuffers(RefPtr<const Config> config)
1134
{
@@ -6855,7 +6855,7 @@ namespace
6855
6856
} // anonymous
6857
6858
-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)
6859
6860
/**************************************
6861
*
0 commit comments