Commit Diff
--- modules/weather.c +++ modules/weather.c @@ -32,7 +32,6 @@ get_weather(int fd) return; } - (void)dup2(STDOUT_FILENO, STDERR_FILENO); (void)dup2(fd, STDOUT_FILENO); if (execv("/usr/local/bin/weatherbar", argv) < 0) {
--- modules/weather.c +++ modules/weather.c @@ -32,7 +32,6 @@ get_weather(int fd) return; } - (void)dup2(STDOUT_FILENO, STDERR_FILENO); (void)dup2(fd, STDOUT_FILENO); if (execv("/usr/local/bin/weatherbar", argv) < 0) {