about summary refs log tree commit diff stats
path: root/profanity.c
diff options
context:
space:
mode:
Diffstat (limited to 'profanity.c')
-rw-r--r--profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profanity.c b/profanity.c
index 61dcac5b..2e2e27fa 100644
--- a/profanity.c
+++ b/profanity.c
@@ -41,7 +41,7 @@ void profanity_run(void)
     inp_non_block();
     while(cmd_result == TRUE) {
         int ch = ERR;
-        char inp[100];
+        char inp[200];
         int size = 0;
 
         while(ch != '\n') {