From 4217806d838e9d858dfdd5ad09e4e11b38496f82 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 26 Aug 2018 21:51:27 +0200 Subject: [PATCH] Disabling swiss knife dumper. --- src/hstr_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hstr_utils.c b/src/hstr_utils.c index dd7dc88..2c0742c 100644 --- a/src/hstr_utils.c +++ b/src/hstr_utils.c @@ -26,7 +26,7 @@ // This define is used to compile out code which inserts command to console - thus // define allows to activate and debug shell script workaround that is used on WSL // and Cygwin. -#define DEBUG_NO_TIOCSTI +//#define DEBUG_NO_TIOCSTI // strdup() not in ISO C char* hstr_strdup(const char* s)