[Github-comments] [geany/geany-plugins] Workbench (#598)

LarsGit223 notifications at xxxxx
Sun Aug 20 17:15:04 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170820/5e6b70f5/attachment.html>


More information about the Github-comments mailing list