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