comparison src/util.c @ 1525:ba8e6e211af5

[gaim-migrate @ 1535] icqlib updates. beginnings of system logging. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 03 Mar 2001 00:26:04 +0000
parents ba83e9e2fd9b
children 72235e3fcff6
comparison
equal deleted inserted replaced
1524:a5c87ada5143 1525:ba8e6e211af5
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