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:
parent
5fcddd0aaf
commit
1f428f8f00
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user