LarsGit223 commented on this pull request.
> + if (strlen(splitv_base[index]) > 0)
+ {
+ equal++;
+ equal_index = index;
+ }
+ }
+ else
+ {
+ break;
+ }
+ index++;
+ }
+
+ pos = 0;
+ length = 0;
+ relative = g_new (char *, 30);
Fixed, 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_r134121990
