aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d084c5a..c83e182 100644
--- a/src/main.c
+++ b/src/main.c
@@ -197,6 +197,11 @@ main(int argc, char **argv)
197 get_options(argc, argv); 197 get_options(argc, argv);
198 if (!default_version_option) 198 if (!default_version_option)
199 default_version_option = IDEST_ID3V_1|IDEST_ID3V_2; 199 default_version_option = IDEST_ID3V_1|IDEST_ID3V_2;
200 if (fixup_option) {
201 if (charset)
202 error(1, 0, "--charset cannot be used with --fixup");
203 charset = "UTF-8";
204 }
200 205
201 argc -= optind; 206 argc -= optind;
202 argv += optind; 207 argv += optind;

Return to:

Send suggestions and report system problems to the System administrator.