b4n commented on this pull request.
> @@ -2458,7 +2457,7 @@ void editor_insert_text_block(GeanyEditor *editor,
> const gchar *text, gint inser
gint line_start = sci_get_line_from_position(sci, insert_pos);
GString *buf;
const gchar *eol = editor_get_eol_char(editor);
- gint idx;
+ gint idx = 0;
I'm not 100% sure this is the Right Fix™, and I didn't test it thoroughly
enough. @kugel- you might know better than I do maybe
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1554#pullrequestreview-51676485