diff options
author | Marius Halden <marius.h@lden.org> | 2016-12-26 16:04:14 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-12-26 16:04:14 +0100 |
commit | 184c46d3507a0ff9fc68a4409f690add96cd183d (patch) | |
tree | 6fc6a92212d7e8f68107e418db50073ed8c0f88c /protocols/msn/msn_util.c | |
parent | 979082a36fe648b81711373c62311bcd7d9d3b54 (diff) | |
parent | 59ccef5cc9f1ed67112248c20649ce8005188173 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/msn/msn_util.c')
-rw-r--r-- | protocols/msn/msn_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/msn_util.c b/protocols/msn/msn_util.c index 763b2768..af00e461 100644 --- a/protocols/msn/msn_util.c +++ b/protocols/msn/msn_util.c @@ -179,7 +179,7 @@ void msn_queue_feed(struct msn_data *h, char *bytes, int st) if (getenv("BITLBEE_DEBUG")) { fprintf(stderr, "\n\x1b[92m<<< "); - write(2, bytes , st); + fwrite(bytes, st, 1, stderr); fprintf(stderr, "\x1b[97m"); } } |