Skip to content

Commit

Permalink
Disabling swiss knife dumper.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Aug 27, 2018
1 parent 48ce51c commit 4217806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hstr_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4217806

Please sign in to comment.