From 26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Oct 2016 21:09:30 +0300 Subject: Fix some other small issues. --- src/utils/copynpaste.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/copynpaste.cpp') diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 307f7dd22..4ead397ce 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -470,7 +470,7 @@ static bool runxsel(const std::string &text, const char *p1, const char *p2) // parent close(fd[0]); - const int len = CAST_S32(strlen(text.c_str())); + const int len = text.length(); if (write(fd[1], text.c_str(), len) != len) { close(fd[1]); -- cgit v1.2.3-60-g2f50