aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc-logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-logger.c b/src/rc-logger.c
index fa3303c2..8bf86512 100644
--- a/src/rc-logger.c
+++ b/src/rc-logger.c
@@ -117,7 +117,7 @@ void rc_logger_open (const char *level)
struct winsize ws;
char *buffer;
fd_set rset;
- int s;
+ int s = 0;
size_t bytes;
int selfd;
int i;