From 0b409a1a9ccc9d7d566a0a867eec4f6eb5a1f5e1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 29 Nov 2017 08:41:37 -0800 Subject: Added code to persist config back to a file --HG-- branch : nuklear_ui --- paths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paths.c') diff --git a/paths.c b/paths.c index 9f7afbd..6f1cd5b 100644 --- a/paths.c +++ b/paths.c @@ -102,7 +102,7 @@ void get_initial_browse_path(char **dst) tern_free(vars); } -char *path_append(char *base, char *suffix) +char *path_append(const char *base, const char *suffix) { if (!strcmp(suffix, "..")) { #ifdef _WIN32 -- cgit v1.2.3