modified:   src/nmseffect.c
This commit is contained in:
Brian Barto 2017-01-27 10:30:58 -05:00
parent 1291752d71
commit 10e2046092
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ char nmseffect_exec(char *string) {
return 0;
}
// Reassociate STDIN to the terminal is needed
// Reassociate STDIN to the terminal if needed
if (!isatty(STDIN_FILENO) && !freopen ("/dev/tty", "r", stdin)) {
fprintf(stderr, "Error. Can't associate STDIN with terminal.\n");
return 0;