]> git.ipfire.org Git - thirdparty/coreutils.git/commit
numfmt: pacify Sun C 5.14
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2016 02:54:03 +0000 (18:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2016 02:54:32 +0000 (18:54 -0800)
commite490178c39f707b0151d584c252286189f2ffcef
treeea8290697b761084b4d22d226e7932455e02e92f
parent55f14d7a092515e5a2eb0b907d5a857fce8cc7af
numfmt: pacify Sun C 5.14

* src/numfmt.c (main): Don't implicitly coerce pointer in bool
initializer.  Although it's portable C99 code, it's confusing.
src/numfmt.c