summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-06 18:04:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-06 18:04:13 +0000
commitde688b59e1fb3403e5b291c30dc81064e4452678 (patch)
tree3993cbd1d5c342668682e9174fb78cf9719e3983 /atari
parentaa35550b86382788d50d95425cbac511c13ec5ab (diff)
downloadnetsurf-de688b59e1fb3403e5b291c30dc81064e4452678.tar.gz
netsurf-de688b59e1fb3403e5b291c30dc81064e4452678.tar.bz2
Fix text selection
svn path=/trunk/netsurf/; revision=11927
Diffstat (limited to 'atari')
-rwxr-xr-xatari/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 87d70e145..7c3e5279b 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -866,7 +866,7 @@ gui_selection_traverse_handler(const char *text,
const char *space_text,
size_t space_length)
{
- bool add_space = box != NULL ? box->space : false;
+ bool add_space = box != NULL ? box->space != 0 : false;
if (space_text != NULL && space_length > 0) {
if (!gui_add_to_clipboard(space_text, space_length, false)) {