# HG changeset patch # User Matti Hamalainen # Date 1530033600 -10800 # Node ID 794cbb938a588dd3cc59cb800e923dec719cbff9 # Parent 1a198212009e303e0ea4394aae972e3756304e4f Do not force output type to FFMT_ASCII if format is set on commandline. diff -r 1a198212009e -r 794cbb938a58 tools/gfxconv.c --- a/tools/gfxconv.c Tue Jun 26 17:32:14 2018 +0300 +++ b/tools/gfxconv.c Tue Jun 26 20:20:00 2018 +0300 @@ -1868,6 +1868,7 @@ } } else + if (optOutType == FFMT_AUTO) optOutType = FFMT_ASCII; // Read the input ..