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 1f283c8 commit 021d8c9Copy full SHA for 021d8c9
src/jrd/jrd.cpp
@@ -1113,7 +1113,7 @@ namespace Jrd
1113
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
1114
}
1115
1116
- void get(const UCHAR*, USHORT, bool&);
+ void get(const UCHAR*, FB_SIZE_T, bool&);
1117
1118
void setBuffers(RefPtr<const Config> config)
1119
{
@@ -6886,7 +6886,7 @@ namespace
6886
6887
} // anonymous
6888
6889
-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)
6890
6891
/**************************************
6892
*
0 commit comments