[Github-comments] [geany/geany] Don't use temporary file when creating tag files without running preprocessor (PR #3204)

elextr notifications at github.com
Sun May 15 00:11:34 UTC 2022


@elextr commented on this pull request.



>  			gchar *clean_path;
 
 			if (dirty_len < 2)
 				continue;
 
 			clean_path = g_malloc(dirty_len - 1);
 
-			strncpy(clean_path, includes[i] + 1, dirty_len - 1);
+			strncpy(clean_path, sources[i] + 1, dirty_len - 1);

Skips first character of source, see above.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3204#pullrequestreview-973108407
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3204/review/973108407 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220514/f2e36786/attachment.htm>


More information about the Github-comments mailing list