comparison src/multi.c @ 2273:0b5c3338fa3d

[gaim-migrate @ 2283] One of the girls on the floor of my sister's dorm lost both her parents when their plane was hijacked and crashed into the World Trade Center. my girlfriend's boss's sister-in-law's brother died when the building collapsed. my parents flew to atlanta on monday; they're safe but currently stranded there. they had planned on flying to Raleigh, NC today but now are just hoping to be able to fly home soon. how did this happen? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Sep 2001 21:29:32 +0000
parents cef6d4e81aec
children 64b4c69c1c5e
comparison
equal deleted inserted replaced
2272:4ecc9a9a75d8 2273:0b5c3338fa3d
1092 char *titles[4]; 1092 char *titles[4];
1093 int i; 1093 int i;
1094 1094
1095 struct aim_user *u = g_new0(struct aim_user, 1); 1095 struct aim_user *u = g_new0(struct aim_user, 1);
1096 g_snprintf(u->username, sizeof(u->username), "%s", name); 1096 g_snprintf(u->username, sizeof(u->username), "%s", name);
1097 g_snprintf(u->user_info, sizeof(u->user_info), "%s", DEFAULT_INFO);
1097 u->protocol = proto; 1098 u->protocol = proto;
1098 u->options = opts; 1099 u->options = opts;
1099 aim_users = g_list_append(aim_users, u); 1100 aim_users = g_list_append(aim_users, u);
1100 1101
1101 if (list) { 1102 if (list) {