From b72442a0362a266990b5a8f7431ec708de1ff006 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 18 Aug 2020 23:33:25 +0200 Subject: WIP: FIX p2p --- include/dchat/Process.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dchat/Process.hpp b/include/dchat/Process.hpp index 18aa2d9..af9d6c5 100644 --- a/include/dchat/Process.hpp +++ b/include/dchat/Process.hpp @@ -4,5 +4,5 @@ namespace dchat { - std::string escapeCommand(const std::string &cmd); + std::string escapeCommandArg(const std::string &cmd); } \ No newline at end of file -- cgit v1.2.3