From d4fc2d8398451930913c1f50053dc4a8539d83b2 Mon Sep 17 00:00:00 2001 From: Matthias Dahl Date: Fri, 12 Apr 2002 20:03:26 +0000 Subject: Checking in fix by Ivo Panacek ... thanks. CVS patchset: 1712 CVS date: 2002/04/12 20:03:26 --- misc/xine-fontconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3