Changeset 0a3c243 for protocols/msn
- Timestamp:
- 2006-06-30T23:18:56Z (18 years ago)
- Branches:
- master
- Children:
- 5100caa
- Parents:
- 5c9512f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r5c9512f r0a3c243 27 27 #include "msn.h" 28 28 29 static void msn_login( struct aim_user *acct)30 { 31 struct gaim_connection *gc = new_gaim_conn( acc t);29 static void msn_login( account_t *acc ) 30 { 31 struct gaim_connection *gc = new_gaim_conn( acc ); 32 32 struct msn_data *md = g_new0( struct msn_data, 1 ); 33 33 … … 37 37 md->fd = -1; 38 38 39 if( strchr( acc t->username, '@' ) == NULL )39 if( strchr( acc->user, '@' ) == NULL ) 40 40 { 41 41 hide_login_progress( gc, "Invalid account name" );
Note: See TracChangeset
for help on using the changeset viewer.