From 62f04213ce1d670daf5c8f7db3d69e9263bbbac7 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Wed, 7 Nov 2018 22:45:57 +0100 Subject: [PATCH] Use fixed fork of INI parser --- .gitmodules | 2 +- lib/cpp-feather-ini-parser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1ce3cc8..d41a29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/Taywee/args.git [submodule "lib/cpp-feather-ini-parser"] path = lib/cpp-feather-ini-parser - url = https://github.com/Turbine1991/cpp-feather-ini-parser.git + url = https://github.com/TheAssassin/cpp-feather-ini-parser.git [submodule "lib/boost-filesystem"] path = lib/boost-filesystem url = https://github.com/boostorg/filesystem.git diff --git a/lib/cpp-feather-ini-parser b/lib/cpp-feather-ini-parser index 2dff628..f4891ae 160000 --- a/lib/cpp-feather-ini-parser +++ b/lib/cpp-feather-ini-parser @@ -1 +1 @@ -Subproject commit 2dff628f921047dbee4b1795f40875b06ae27b50 +Subproject commit f4891ae5229c509333d7b86fb116a3d5831c8063