X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=24bf49033ec7f15075a8ad71693aff985e0ae879;hb=efdb27e3516c0de570a7a1476d15c4e84ac0d25c;hp=984aab4cc6d66a2d2c0e630f5ad28077618a593a;hpb=5b3f77c7fbafb036d20a1577ed74f475e94ed821;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index 984aab4..24bf490 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -154,13 +154,15 @@ int main(int argc, char *argv[]) } if (op != OP_GET) { - printf("

Looking for path from 0x%llX to 0x%llX.\n", + printf("

Looking for path from 0x%" PRIX64" to 0x%" PRIX64 + ".\n", from, to); - printf("" - "Find reverse path\n", + printf("Find reverse path\n", to, from); - printf("" + printf("" "Get all keys listed

\n", from, to); @@ -171,7 +173,8 @@ int main(int argc, char *argv[]) catchsignals(); config.dbbackend->initdb(true); inithash(); - logthing(LOGTHING_NOTICE, "Looking for path from 0x%llX to 0x%llX.", + logthing(LOGTHING_NOTICE, "Looking for path from 0x%" PRIX64 " to 0x%" + PRIX64, from, to); if (op == OP_GET) {