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 d5fa42e commit 0825fe7Copy full SHA for 0825fe7
src/burp/BurpTasks.cpp
@@ -565,9 +565,9 @@ bool BackupRelationTask::fileWriter(Item& item)
565
// msg 142 writing data for relation %s
566
567
IOBuffer*& buf = item.m_buffer = NULL;
568
- FB_SIZE_T records = 0;
569
- FB_SIZE_T verbRecs = -1;
570
- FB_SIZE_T verb = 0;
+ FB_UINT64 records = 0;
+ FB_UINT64 verbRecs = -1;
+ FB_UINT64 verb = 0;
571
while (!m_stop)
572
{
573
if (!buf)
0 commit comments