1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-08 13:42:31 +05:30

main.c: don't hardcore a list of supported formats

Do not hardcode a list of supported formats in the immutable string used when
displaying configuration
This commit is contained in:
Intel A80486DX2-66 2024-07-07 20:59:29 +03:00
parent 5fcddd0aaf
commit 1f428f8f00
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -290,7 +290,7 @@ int main(int argc, char** argv) {
// print configuration: only damaging file contents, preserving line
// endings, operating on printable ASCII characters exclusively
printf("Configuration:\n"
"> Only damaging file contents (PNG, BMP, WAV): %s\n"
"> Only damaging file contents: %s\n"
"> Preserving line endings: %s\n"
"> Operating on printable ASCII characters exclusively: %s\n",
YES_NO(READ_CONFIG(C_CONTENTS)),