X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fcommon%2Fcommon.h;h=5266404c934e9e945a129a08c122ecc6cd4f3889;hp=c8b9bb8b163b10629b6c781e154affce3f32a301;hb=5a8810d2f355e27381bebb9fcb6e1e254828dfdf;hpb=97ebbaa08e88b19d5f8c40f3339c607ae01d66d2 diff --git a/src/common/common.h b/src/common/common.h index c8b9bb8b..5266404c 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -442,7 +442,7 @@ ssize_t bt_common_read(int fd, void *buf, size_t count, int log_level) BT_ASSERT_DBG(count <= SSIZE_MAX); do { - ret = read(fd, buf + i, count - i); + ret = read(fd, ((char *) buf) + i, count - i); if (ret < 0) { if (errno == EINTR) { #ifdef BT_LOG_WRITE_CUR_LVL