Wirewatch.
Avoid using negative deltas.
This commit is contained in:
parent
9914a9b301
commit
b3ca323399
@ -646,9 +646,7 @@ find_transfers (void *cls)
|
|||||||
TALER_BANK_DIRECTION_CREDIT,
|
TALER_BANK_DIRECTION_CREDIT,
|
||||||
last_row_off,
|
last_row_off,
|
||||||
last_row_off_size,
|
last_row_off_size,
|
||||||
NULL != last_row_off
|
batch_size,
|
||||||
? (int64_t) batch_size
|
|
||||||
: (-1) * (int64_t) batch_size,
|
|
||||||
&history_cb,
|
&history_cb,
|
||||||
session);
|
session);
|
||||||
if (NULL == hh)
|
if (NULL == hh)
|
||||||
|
Loading…
Reference in New Issue
Block a user