From f0e95132f27ceb901fbd779fafc798a1f67a06a6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Jul 2012 01:51:36 +0300 Subject: Another warning fixes. --- 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 1d2289600..b5dc63449 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -457,7 +457,7 @@ bool runxsel(std::string& text, const char *p1, const char *p2) // parent close(fd[0]); - const int len = strlen(text.c_str()); + const int len = static_cast(strlen(text.c_str())); if (write(fd[1], text.c_str(), len) != len) { close(fd[1]); -- cgit v1.2.3-60-g2f50