From 25fcfb47c783a8a7c9f46c5fc320fab5deba1031 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 19 Dec 2016 23:17:36 +0100 Subject: [PATCH] Use C-style string --- configuration.c | 3 ++- deps/SPIRV-Cross | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.c b/configuration.c index e26fdbb323..bbded9222b 100644 --- a/configuration.c +++ b/configuration.c @@ -1423,7 +1423,8 @@ static config_file_t *open_default_config_file(void) if (!fill_pathname_application_data(application_data, sizeof(application_data))) return NULL; - // Group config file with menu configs, remaps, etc: + + /* Group config file with menu configs, remaps, etc: */ strlcat(application_data, "/config", sizeof(application_data)); path_mkdir(application_data); diff --git a/deps/SPIRV-Cross b/deps/SPIRV-Cross index 2f48065ec1..875c32fd39 160000 --- a/deps/SPIRV-Cross +++ b/deps/SPIRV-Cross @@ -1 +1 @@ -Subproject commit 2f48065ec190d676e9c80c18a208da1ad59dcf9e +Subproject commit 875c32fd39a06f624814effe5eab691b078429f5