src/util.c

changeset 1525
b4ece1a718cd
parent 1521
b4099a620e28
child 1560
87e637033700
equal deleted inserted replaced
1524:05bb7cc45c1c 1525:b4ece1a718cd
345 int flag = 0; 345 int flag = 0;
346 FILE *fd; 346 FILE *fd;
347 int res; 347 int res;
348 gchar *gaim_dir; 348 gchar *gaim_dir;
349 349
350 if (!(general_options & OPT_GEN_LOG_ALL)) { 350 if (!(logging_options & OPT_LOG_ALL)) {
351 351
352 l = find_log_info(name); 352 l = find_log_info(name);
353 if (!l) 353 if (!l)
354 return NULL; 354 return NULL;
355 355

mercurial