@LarsGit223 commented on this pull request.


In workbench/src/wb_project.c:

> +				/* Strip of file extension by overwriting
+				   '.' with string terminator. */
+				prj->name[offset] = '\0';
+			}
+		}
+	}
+}
+
+
+/** Get the filename of a project.
+ *
+ * @param prj The project
+ * @return The filename
+ *
+ **/
+gchar *wb_project_get_filename(WB_PROJECT *prj)

Done.


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