- Timestamp:
- 2010-08-29T09:39:27Z (14 years ago)
- Branches:
- master
- Children:
- 64768d4
- Parents:
- feb1bad
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
rfeb1bad r02bb9db 519 519 return( 0 ); 520 520 } 521 522 /* Oh yes, errors can have payloads too now. Discard them for now. */ 523 if( num_parts >= 3 ) 524 md->handler->msglen = atoi( cmd[2] ); 521 525 } 522 526 else -
protocols/nogaim.c
rfeb1bad r02bb9db 252 252 serv_got_crap( ic, "Error: %s", text ); 253 253 else 254 serv_got_crap( ic, " Couldn't log in: %s", text );254 serv_got_crap( ic, "Login error: %s", text ); 255 255 256 256 g_free( text );
Note: See TracChangeset
for help on using the changeset viewer.