chiark / gitweb /
hexdcoct: dump to stdout if FILE* is specified as NULL
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Oct 2017 09:14:27 +0000 (11:14 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 27 Oct 2017 09:14:27 +0000 (11:14 +0200)
commit49505552890aed8efee7f4c109d874520f2d0d29
tree14f7b3052d3a3d7de85257045ce248e10a9d0e29
parentfcb1a7501411be060c47d18264809d249d3db27d
hexdcoct: dump to stdout if FILE* is specified as NULL

We do a logic like that at various other places, let's do it here too,
to make this as little surprising as possible.
src/basic/hexdecoct.c