X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=stats.c;h=538e8884b8f104093d2d344672024da3e1a4b4e2;hb=1754a2860ffcb23b70eecc902b0ec795c7efa595;hp=39e96c0c65b6a618bff174de5ab8fb7ea1ac6d29;hpb=a068c078307cee7aa58469074a0e4a59b3f48718;p=onak.git diff --git a/stats.c b/stats.c index 39e96c0..538e888 100644 --- a/stats.c +++ b/stats.c @@ -165,18 +165,18 @@ void dofindpath(uint64_t have, uint64_t want, bool html) while (curkey != NULL && curkey->keyid != 0) { uid = keyid2uid(curkey->keyid); if (html && uid == NULL) { - printf("" - "0x%08llX ([User id not found])%s" - "
\n", + printf("0x%08llX ([User id" + " not found])%s
\n", curkey->keyid & 0xFFFFFFFF, curkey->keyid & 0xFFFFFFFF, (curkey->keyid == want) ? "" : " signs"); } else if (html && uid != NULL) { - printf("" - "0x%08llX" + printf("0x%08llX" " (%s)%s
\n", + "&search=0x0x%08llX\">%s)%s
\n", curkey->keyid & 0xFFFFFFFF, curkey->keyid & 0xFFFFFFFF, curkey->keyid & 0xFFFFFFFF,