summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2010-05-17 11:20:48 -0700
committerNick Kralevich <nnk@google.com>2010-05-17 11:20:48 -0700
commitfc2dc55c510657073ef4235658167a878e82cefa (patch)
treeab3c3c45c7982ae2f45ecd1d5559e9f47f141ced
parentd7f236d811e18b8de3cabdf1a69a28ecedbb3a02 (diff)
downloadnetcat-fc2dc55c510657073ef4235658167a878e82cefa.tar.gz
Change-Id: Ibe59f9704dc03aa592fce6ca6d422f4d4e6153cb
-rw-r--r--netcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcat.c b/netcat.c
index c1d3f08..16a58a5 100644
--- a/netcat.c
+++ b/netcat.c
@@ -198,7 +198,7 @@ void holler (str, p1, p2, p3, p4, p5, p6)
if (h_errno > 4) /* oh no you don't, either */
fprintf (stderr, "preposterous h_errno: %d", h_errno);
else
- fprintf (stderr, h_errs[h_errno]); /* handle it here */
+ fprintf (stderr, "%s", h_errs[h_errno]); /* handle it here */
h_errno = 0; /* and reset for next call */
}
#endif