diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-fontconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xine-fontconv.c b/misc/xine-fontconv.c index bd452c700..9083fb1f1 100644 --- a/misc/xine-fontconv.c +++ b/misc/xine-fontconv.c @@ -414,7 +414,7 @@ int main(int argc, char *argv[]) { return 1; } - if (argc=3) { + if (argc==3) { encoding=argv[3]; } else { encoding="UNICODE"; //default tagret charset - no conv |