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)
get_options(argc, argv);
if (!default_version_option)
default_version_option = IDEST_ID3V_1|IDEST_ID3V_2;
+ if (fixup_option) {
+ if (charset)
+ error(1, 0, "--charset cannot be used with --fixup");
+ charset = "UTF-8";
+ }
argc -= optind;
argv += optind;

Return to:

Send suggestions and report system problems to the System administrator.