to = tmp;
distance = to->colour;
printf("Current max path (#%ld) is from %"
- PRIx64 " to %" PRIx64
+ PRIX64 " to %" PRIX64
" (%ld steps)\n",
loop,
from->keyid,
curkey=curkey->next;
}
}
- printf("Max path is from %" PRIx64 " to %" PRIx64 " (%ld steps)\n",
+ printf("Max path is from %" PRIX64 " to %" PRIX64 " (%ld steps)\n",
from->keyid,
to->keyid,
distance);