]> git.ipfire.org Git - thirdparty/zstd.git/commit
refactoring : remove global variable g_displayOut 1918/head
authorYann Collet <cyan@fb.com>
Tue, 3 Dec 2019 00:08:08 +0000 (16:08 -0800)
committerYann Collet <cyan@fb.com>
Tue, 3 Dec 2019 00:19:03 +0000 (16:19 -0800)
commit4b4de7493f3a98be960ccc21a4bd0fc6d6538f53
treee99872db7f69e6afd2e14c7bf74da69c731f297e
parenta49417b5af0cf5669e6a97c0a24028db53276b2d
refactoring : remove global variable g_displayOut

displaying into stderr or stdout is now an explicit operation,
no longer depending on some global state set elsewhere in the code.
programs/zstdcli.c
tests/playTests.sh