diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-13 16:16:06 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-13 16:16:06 +0200 |
commit | 5b3022c4a0e81ff23ce4ebc2ec7b03e32f7a719e (patch) | |
tree | 3f58cc9b9a161e89d0d8e341473714a2acf5ed08 /webserver.cpp | |
parent | 4732dc63657f4c6fc342f7674f7dc7c666b293dc (diff) |
webbox (WIP)
Diffstat (limited to 'webserver.cpp')
-rw-r--r-- | webserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webserver.cpp b/webserver.cpp index 3e312f4..c49751e 100644 --- a/webserver.cpp +++ b/webserver.cpp @@ -21,7 +21,7 @@ void initlocale() { int main(int argc, char* argv[]) { - initlocale(); + //initlocale(); // TODO: breaks plugins std::string config_filename; |