Changeset fa8c775 for protocols/msn/msn_util.c
- Timestamp:
- 2015-03-15T14:41:47Z (10 years ago)
- Children:
- 3752019
- Parents:
- f3ca350
- git-author:
- dequis <dx@…> (08-03-15 04:28:28)
- git-committer:
- dequis <dx@…> (15-03-15 14:41:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
rf3ca350 rfa8c775 269 269 270 270 if (st <= 0) { 271 fprintf(stderr, "\n\x1b[92m<<< [closed]\x1b[97m "); 271 272 return(-1); 272 273 } 273 274 274 275 if (getenv("BITLBEE_DEBUG")) { 275 write(2, "->C:", 4);276 fprintf(stderr, "\n\x1b[92m<<< "); 276 277 write(2, h->rxq + h->rxlen - st, st); 278 fprintf(stderr, "\x1b[97m"); 277 279 } 278 280
Note: See TracChangeset
for help on using the changeset viewer.