git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4245 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-03-22 01:21:22 +00:00
parent 24e1ab12ab
commit 2fb91fccc0

View File

@ -178,7 +178,7 @@ void tf_ssb_export(tf_ssb_t* ssb, const char* key)
JS_FreeCString(context, string);
JS_FreeValue(context, json);
snprintf(file_path, sizeof(file_path), "apps//%s", path);
snprintf(file_path, sizeof(file_path), "apps/%s", path);
tf_export_t export =
{
.parent = file_path,