[Github-comments] [geany/geany] SaveActions: Add configurable target directory for instantly saved files (#2769)

Enrico Tröger notifications at xxxxx
Mon Mar 29 21:40:55 UTC 2021


@eht16 commented on this pull request.



>  {
 	gchar *tmp;
 
+	if (target == NULL)
+	{
+		SETPTR(*target, NULL);

This didn't make sense. Thanks for the pointer.
I rewrote the code to return `FALSE` as it should no valid case when the target variable is `NULL`.

-- 
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/2769#discussion_r603632209
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210329/97bc39af/attachment.htm>


More information about the Github-comments mailing list