Changeset 7a9d968 for protocols/msn/msn_util.c
- Timestamp:
- 2018-03-10T11:30:39Z (7 years ago)
- Children:
- 5447c59
- Parents:
- 3f44e43 (diff), 4a9c6b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
r3f44e43 r7a9d968 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.