summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2011-12-03 20:02:47 -0600
committerKevin Lange <k@dakko.us>2011-12-03 20:02:47 -0600
commitaffb94d97a13ee48496706b746a26b4d1dcb1d3d (patch)
tree8b3411f9c837e7d5db16ac5d62b2f8e1cee01107 /src
parentdb216877b89f61e936fb2c94fee6c3f07bfd4ba1 (diff)
downloadnyancat-affb94d97a13ee48496706b746a26b4d1dcb1d3d.tar.gz
Add a workaround for netcat
Diffstat (limited to 'src')
-rw-r--r--src/nyancat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 39e3796..f02eebe 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -259,6 +259,8 @@ int main(int argc, char ** argv) {
sb[sb_len] = i;
sb_len++;
}
+ } else {
+ goto ready;
}
}
}
='insertions'>+1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@870 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-10Add basic FIFO pluginmichux4-0/+197 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@869 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-04fixed autoconfmichux2-0/+3 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@868 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-04update autoconfmichux5-2392/+438 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@867 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-04Add asterisk plugin, thanks to mcarey@yostengineering.commichux3-1/+197 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@866 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-03fix typo, close #114michux1-1/+1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@865 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-03update charset for Crystalfontz Model 632 and 634michux2-3/+87 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@864 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-05improve error messagesmichux1-7/+13 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@863 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-03reformat plugin_mpd - use c style commentsmichux1-8/+8 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@862 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-03correct code format (indent)michux1-2/+2 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-03correct code format (indent)michux5-184/+185 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@860 3ae390bd-cb1e-0410-b409-cd5a39f66f1f