[Github-comments] [geany/geany] Fixes & changes for #1470 (#1554)

Thomas Martitz notifications at xxxxx
Mon Jul 24 20:56:00 UTC 2017


kugel- 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;

Looking at it more closely, the issue is more serious, and your fix seems insufficient. I'll look into it.

-- 
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#discussion_r129151468
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170724/df138d7a/attachment.html>


More information about the Github-comments mailing list