comparison mcabber/src/main.c @ 1192:7b8765c10abb

New command: /source
author Mikael Berthe <mikael@lilotux.net>
date Sat, 21 Apr 2007 12:06:13 +0200
parents 0f7e0346d9cb
children 2de8f8ba1f34
comparison
equal deleted inserted replaced
1191:b2ed413d8f3d 1192:7b8765c10abb
330 scr_init_bindings(); 330 scr_init_bindings();
331 /* Initialize charset */ 331 /* Initialize charset */
332 scr_InitLocaleCharSet(); 332 scr_InitLocaleCharSet();
333 333
334 /* Parsing config file... */ 334 /* Parsing config file... */
335 ret = cfg_read_file(configFile); 335 ret = cfg_read_file(configFile, TRUE);
336 /* free() configFile if it has been allocated during options parsing */ 336 /* free() configFile if it has been allocated during options parsing */
337 g_free(configFile); 337 g_free(configFile);
338 /* Leave if there was an error in the config. file */ 338 /* Leave if there was an error in the config. file */
339 if (ret == -2) 339 if (ret == -2)
340 exit(EXIT_FAILURE); 340 exit(EXIT_FAILURE);