This commit is contained in:
Marcello Stanisci 2019-04-02 16:43:49 +02:00
parent a827ee9b3c
commit 8d979a92c9
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -373,9 +373,9 @@ get_anchor_iter (void *cls,
(0 != *end) || (0 != *end) ||
(0 > bval) ) (0 > bval) )
{ {
fprintf(stderr, fprintf (stderr,
"Ignoring unexpected file `%s'.\n", "Ignoring unexpected file `%s'.\n",
filename); filename);
return GNUNET_OK; return GNUNET_OK;
} }
stamp.abs_value_us = (uint64_t) bval; stamp.abs_value_us = (uint64_t) bval;