From: Ralph Corderoy Date: Sun, 24 Sep 2017 15:22:15 +0000 (+0100) Subject: picksbr.c: fprintf(3) function pointer using `%p' and union. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4b846eff7deb83d1019868cabf7f794651502432?hp=4b846eff7deb83d1019868cabf7f794651502432 picksbr.c: fprintf(3) function pointer using `%p' and union. Using `%#llx' and cast to `unsigned long long' caused Cygwin woes. Fixes 07916b2ff. ---