diff options
author | Jeff Burdges <burdges@gnunet.org> | 2016-05-04 23:30:36 +0200 |
---|---|---|
committer | Jeff Burdges <burdges@gnunet.org> | 2016-05-04 23:30:36 +0200 |
commit | 48863ce93578ea656fe5342f0f4da1bd2bab8139 (patch) | |
tree | ed896b67c4464d406c0bd9235123e404ae7bf8cd /src/exchangedb/exchangedb_keyio.c | |
parent | 4141467d47a276365cbb9629b66c84b2c4e74dd4 (diff) | |
parent | ad6a40aaa580551b2861d51740a427af05d9f165 (diff) |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchangedb/exchangedb_keyio.c')
-rw-r--r-- | src/exchangedb/exchangedb_keyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_keyio.c b/src/exchangedb/exchangedb_keyio.c index 9f170f64..5f29cb0d 100644 --- a/src/exchangedb/exchangedb_keyio.c +++ b/src/exchangedb/exchangedb_keyio.c @@ -70,7 +70,7 @@ signkeys_iterate_dir_iter (void *cls, "Invalid signkey file `%s': wrong size (%d, expected %u)\n", filename, (int) nread, - sizeof (struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP)); + (unsigned int) sizeof (struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP)); return GNUNET_OK; } return skc->it (skc->it_cls, |