@LarsGit223 commented on this pull request.


In workbench/src/wb_project.c:

> +	}
+    return FALSE;
+}
+
+
+/** Get an info string for the project dir.
+ *
+ * @param dir The project dir
+ * @return The info string
+ *
+ **/
+gchar *wb_project_dir_get_info (WB_PROJECT_DIR *dir)
+{
+	guint pos = 0;
+	gchar *str;
+	gchar text[2048];

Switched to GString.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.