summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pluma/pluma-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-document.c b/pluma/pluma-document.c
index ecc7f424..40cbfd43 100644
--- a/pluma/pluma-document.c
+++ b/pluma/pluma-document.c
@@ -2099,7 +2099,7 @@ pluma_document_replace_all (PlumaDocument *doc,
gint cont = 0;
gchar *search_text;
gchar *replace_text = NULL;
- gint replace_text_len;
+ gint replace_text_len = 0;
GtkTextBuffer *buffer;
gboolean brackets_highlighting;
gboolean search_highliting;