summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-12-11 03:15:43 +0300
committerAndrei Karas <akaras@inbox.ru>2011-12-11 03:15:43 +0300
commit386650285cecf90a0b77ac3dd5e3548148ca9182 (patch)
tree16dd686ef6d68393f609142cec84785d1c8d6dd4
parent2217f045be820bedaf18c5c196f20102edaace53 (diff)
downloadplus-1.1.12.11.tar.gz
plus-1.1.12.11.tar.bz2
plus-1.1.12.11.tar.xz
plus-1.1.12.11.zip
Fix compilation warning.v1.1.12.11
-rw-r--r--src/utils/copynpaste.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 5105d38e5..3e9e09a5c 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -413,6 +413,7 @@ bool sendBuffer(std::string& text)
{
runxsel(text, "-i");
runxsel(text, "-b", "-i");
+ return true;
}
bool runxsel(std::string& text, const char *p1, const char *p2)