[Github-comments] [geany/geany] Fixes & changes for #1470 (#1554)
Colomban Wendling
notifications at xxxxx
Mon Jul 24 05:38:42 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170724/54689023/attachment.html>
More information about the Github-comments
mailing list