From de688b59e1fb3403e5b291c30dc81064e4452678 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 6 Mar 2011 18:04:13 +0000 Subject: Fix text selection svn path=/trunk/netsurf/; revision=11927 --- cocoa/selection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') 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; -- cgit v1.2.3