make it compile

This commit is contained in:
Florian Dold 2018-02-07 02:46:04 +01:00
parent a9310ad6e4
commit b198bb3867
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -956,7 +956,7 @@ test_get_history (void *cls,
(sizeof (uint64_t) != start_off_len) ) (sizeof (uint64_t) != start_off_len) )
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Wire plugin 'test' got start offset of wrong size (%llu instead of %llu)\n" "Wire plugin 'test' got start offset of wrong size (%llu instead of %llu)\n",
(unsigned long long) start_off_len, (unsigned long long) sizeof (uint64_t)); (unsigned long long) start_off_len, (unsigned long long) sizeof (uint64_t));
GNUNET_break (0); GNUNET_break (0);
/* Probably something is wrong with the DB, some other component /* Probably something is wrong with the DB, some other component