comparison tools/gfxconv.c @ 1911:794cbb938a58

Do not force output type to FFMT_ASCII if format is set on commandline.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Jun 2018 20:20:00 +0300
parents 1a198212009e
children 87245043a7ae
comparison
equal deleted inserted replaced
1910:1a198212009e 1911:794cbb938a58
1866 formatTypeList[optOutType]); 1866 formatTypeList[optOutType]);
1867 } 1867 }
1868 } 1868 }
1869 } 1869 }
1870 else 1870 else
1871 if (optOutType == FFMT_AUTO)
1871 optOutType = FFMT_ASCII; 1872 optOutType = FFMT_ASCII;
1872 1873
1873 // Read the input .. 1874 // Read the input ..
1874 dmMsg(1, "Reading input from '%s'.\n", optInFilename); 1875 dmMsg(1, "Reading input from '%s'.\n", optInFilename);
1875 1876