diff options
author | Matthias Dahl <matt2000@users.sourceforge.net> | 2002-04-12 20:03:26 +0000 |
---|---|---|
committer | Matthias Dahl <matt2000@users.sourceforge.net> | 2002-04-12 20:03:26 +0000 |
commit | d4fc2d8398451930913c1f50053dc4a8539d83b2 (patch) | |
tree | 18de008b34305e9adbb59f1c0321ccb0f382b39d | |
parent | ea100286556b8ec454358e82e1d69abf4bc5c9b2 (diff) | |
download | xine-lib-d4fc2d8398451930913c1f50053dc4a8539d83b2.tar.gz xine-lib-d4fc2d8398451930913c1f50053dc4a8539d83b2.tar.bz2 |
Checking in fix by Ivo Panacek <ivop@regionet.cz>... thanks.
CVS patchset: 1712
CVS date: 2002/04/12 20:03:26
-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 |