Changeset 0483e1e for protocols/msn/msn_util.c
- Timestamp:
- 2016-11-28T19:26:16Z (8 years ago)
- Branches:
- master
- Children:
- 90254d0
- Parents:
- 2a1c27f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
r2a1c27f r0483e1e 180 180 if (getenv("BITLBEE_DEBUG")) { 181 181 fprintf(stderr, "\n\x1b[92m<<< "); 182 write(2, bytes , st);182 fwrite(bytes, st, 1, stderr); 183 183 fprintf(stderr, "\x1b[97m"); 184 184 }
Note: See TracChangeset
for help on using the changeset viewer.