LarsGit223 commented on this pull request.


> +                     basedir_end--;
+               }
+               if (*basedir_end == G_DIR_SEPARATOR)
+               {
+                       *basedir_end = '\0';
+               }
+               else
+               {
+                       break;
+               }
+               goback--;
+       }
+
+       length = strlen(basedir)+strlen(start);
+       result = g_new(char, length+1);
+       if (result == NULL)

See above.

-- 
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-plugins/pull/598#discussion_r134121221

Reply via email to