/[public]/psiconv/trunk/lib/psiconv/configuration.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/configuration.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 181 Revision 182
103 (*config)->bluebits = value; 103 (*config)->bluebits = value;
104 else 104 else
105 psiconv_fatal(*config,0,0,"Configuration file %s, line %d: " 105 psiconv_fatal(*config,0,0,"Configuration file %s, line %d: "
106 "BlueBits should be between 1 and 32 or 0",filename,linenr); 106 "BlueBits should be between 1 and 32 or 0",filename,linenr);
107 } else if (!(strcasecmp(var,"characterset"))) { 107 } else if (!(strcasecmp(var,"characterset"))) {
108 if ((value >= 0) && (value <= 0)) 108 if ((value >= 0) && (value <= 1))
109 psiconv_unicode_select_characterset(*config,value); 109 psiconv_unicode_select_characterset(*config,value);
110 else 110 else
111 psiconv_fatal(*config,0,0,"Configuration file %s, line %d: " 111 psiconv_fatal(*config,0,0,"Configuration file %s, line %d: "
112 "CharacterSet should be between 0 and 0", 112 "CharacterSet should be between 0 and 0",
113 filename,linenr); 113 filename,linenr);

Legend:
Removed from v.181  
changed lines
  Added in v.182

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26