summaryrefslogtreecommitdiff
path: root/cocoa/selection.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/selection.m')
-rw-r--r--cocoa/selection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/selection.m b/cocoa/selection.m
index 208776ebb..d894ed40b 100644
--- a/cocoa/selection.m
+++ b/cocoa/selection.m
@@ -72,7 +72,7 @@ static bool cocoa_clipboard_copy_handler(const char *text, size_t length, struct
void *handle, const char *whitespace_text,
size_t whitespace_length)
{
- bool add_space = box != NULL ? box->space : false;
+ bool add_space = box != NULL ? box->space != 0 : false;
if (whitespace_text && !gui_add_to_clipboard( whitespace_text,
whitespace_length, false )) return false;