From: Ralph Corderoy Date: Wed, 9 Aug 2017 18:46:26 +0000 (+0100) Subject: m_getfld.c: Use intmax_t and PRIdMAX to printf off_t values. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9c7b5289d70448fb5b118abbea5a4d37afdf00be?hp=9c7b5289d70448fb5b118abbea5a4d37afdf00be m_getfld.c: Use intmax_t and PRIdMAX to printf off_t values. Compiling for ISO C90 prohibits casting to long long and printing with "%lld", and printing as "%ld" is wrong on Mac OS where David reports off_t is long long. ---