From ec8845e596facf709d2a0ac19f518452b8382260 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Apr 2017 19:17:03 +0300 Subject: Fix code style. --- src/utils/copynpaste.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 2a898e9c5..10b43e811 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -470,8 +470,8 @@ static bool runxsel(const std::string &text, const char *p1, const char *p2) // parent close(fd[0]); - const int len = text.length(); - if (write(fd[1], text.c_str(), len) != len) + const size_t len = text.length(); + if (write(fd[1], text.c_str(), len) != static_cast(len)) { close(fd[1]); return false; -- cgit v1.2.3-60-g2f50