diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-11 03:15:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-11 03:15:43 +0300 |
commit | 386650285cecf90a0b77ac3dd5e3548148ca9182 (patch) | |
tree | 16dd686ef6d68393f609142cec84785d1c8d6dd4 /src/utils | |
parent | 2217f045be820bedaf18c5c196f20102edaace53 (diff) | |
download | plus-386650285cecf90a0b77ac3dd5e3548148ca9182.tar.gz plus-386650285cecf90a0b77ac3dd5e3548148ca9182.tar.bz2 plus-386650285cecf90a0b77ac3dd5e3548148ca9182.tar.xz plus-386650285cecf90a0b77ac3dd5e3548148ca9182.zip |
Fix compilation warning.v1.1.12.11
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/copynpaste.cpp | 1 |
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) |