summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.c')
-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)) {