diff options
-rw-r--r-- | pluma/pluma-commands-search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-commands-search.c b/pluma/pluma-commands-search.c index b298f63f..2705d608 100644 --- a/pluma/pluma-commands-search.c +++ b/pluma/pluma-commands-search.c @@ -310,7 +310,7 @@ get_selected_text (GtkTextBuffer *doc, if (!gtk_text_buffer_get_selection_bounds (doc, &start, &end)) { if (len != NULL) - len = 0; + *len = 0; return FALSE; } |