From 93f3879f44035a43afd5f4bcf7b2de79bf29c542 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 2 Feb 2012 20:27:13 +0000 Subject: [PATCH] Using sized array for input --- profanity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profanity.c b/profanity.c index 6a5e2736..24b952e4 100644 --- a/profanity.c +++ b/profanity.c @@ -53,7 +53,7 @@ int main() int ypos = 2; int xpos = 2; int ch; - char *name; + char name[20]; init();