@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
