From d360307d129d879897c00c1ced2f72adc502f486 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 21 Oct 2018 08:54:03 +0200 Subject: Fix concurrent connection to an address --- depends/odhtdb | 2 +- include/Channel.hpp | 1 - src/main.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/depends/odhtdb b/depends/odhtdb index 0554e4b..d505a27 160000 --- a/depends/odhtdb +++ b/depends/odhtdb @@ -1 +1 @@ -Subproject commit 0554e4bfdf2e24419c2b9facceaecc6e9d4764ec +Subproject commit d505a277e74a3a8029ee02d8b2e36b5f1c85af97 diff --git a/include/Channel.hpp b/include/Channel.hpp index 34752da..8c08244 100644 --- a/include/Channel.hpp +++ b/include/Channel.hpp @@ -16,7 +16,6 @@ #include #include #include -#include namespace dchat diff --git a/src/main.cpp b/src/main.cpp index 3518e3b..afdff99 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -264,7 +264,7 @@ int main(int argc, char **argv) printf("Resource path set to: %s\n", resourcesPath.string().c_str()); } else - printf("Resource directory not defined, using currently directory\n"); + printf("Resource directory not defined, using current directory\n"); const sf::Int64 FRAMERATE_FOCUSED = 144; const sf::Int64 FRAMERATE_NOT_FOCUSED = 10; -- cgit v1.2.3