Skip to content

zimport nitpick: fix printing of uint64_t

Vladimír Čunát requested to merge zimport-print-64 into master

Equality to unsigned long is not guaranteed, and was getting us warnings on macos (maybe it's not equal there).

Also reduce the overlong lines.

Merge request reports