Changeset 60c1a4e
- Timestamp:
- 2007-08-30T22:30:27Z (17 years ago)
- Branches:
- master
- Children:
- 8d32b9e
- Parents:
- 8ad90fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
unix.c
r8ad90fb r60c1a4e 47 47 memset( &global, 0, sizeof( global_t ) ); 48 48 49 b_main_init();50 49 log_init(); 51 nogaim_init();52 53 srand( time( NULL ) ^ getpid() );54 55 50 CONF_FILE = g_strdup( CONF_FILE_DEF ); 56 global.helpfile = g_strdup( HELP_FILE );57 58 51 global.conf = conf_load( argc, argv ); 59 52 if( global.conf == NULL ) 60 53 return( 1 ); 54 55 b_main_init(); 56 nogaim_init(); 57 58 srand( time( NULL ) ^ getpid() ); 59 global.helpfile = g_strdup( HELP_FILE ); 61 60 62 61 if( global.conf->runmode == RUNMODE_INETD )
Note: See TracChangeset
for help on using the changeset viewer.