aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nyancat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index fbb3c6e..67820ef 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -304,8 +304,8 @@ int main(int argc, char ** argv) {
int k, ttype;
uint32_t option = 0, done = 0, sb_mode = 0, do_echo = 0;
/* Various pieces for the telnet communication */
- char sb[1024] = {0};
- char sb_len = 0;
+ char sb[1024] = {0};
+ short sb_len = 0;
/* Whether or not to show the MOTD intro */
char show_intro = 0;
Adam Laurie1-6/+6 2015-01-11Sirius-5.0E: complete update based on kingofsat.net dataOlli Salonen1-78/+111 2014-12-21dtv-scan-tables: update dvb-t/au-BrisbaneBrian Burch1-2/+2 2014-12-21updateOlliver Schinagl1-9/+9 2014-11-30dtv-scan-tables: fix the DNA muxes in Finland to DVB-T2Olli Salonen34-102/+102 2014-11-30dtv-scan-tables: add mux H to stations transmitting it in FinlandOlli Salonen6-30/+60 2014-11-10Delete DVBv3 comments from DVBv5 scan filesJonathan McCrohan494-496/+0