Commit Diff


commit - 275de8e566d3d3a015fe2bea84d1e39fb32dc145
commit + a88081303a14569e54c6ff62b03cd0be8be39552
blob - 93d836102368fb0488ed49927ccbdc6b42f915e5
blob + cb7d87f51e53dd89f4da4c2e5bc8bb0eb7c8b379
--- 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)
 	{