- Timestamp:
- 2012-02-11T13:01:20Z (13 years ago)
- Branches:
- master
- Children:
- 4f37a98
- Parents:
- 7fa5c19
- Location:
- protocols/msn
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
r7fa5c19 reb54f56 55 55 56 56 if( getenv( "BITLBEE_DEBUG" ) ) 57 fprintf( stderr, "->NS%d:%s ", fd, out );57 fprintf( stderr, "->NS%d:%s\n", fd, out ); 58 58 59 59 len = strlen( out ); -
protocols/msn/sb.c
r7fa5c19 reb54f56 47 47 48 48 if( getenv( "BITLBEE_DEBUG" ) ) 49 fprintf( stderr, "->SB%d:%s ", sb->fd, out );49 fprintf( stderr, "->SB%d:%s\n", sb->fd, out ); 50 50 51 51 len = strlen( out );
Note: See TracChangeset
for help on using the changeset viewer.