about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-23 01:14:14 +0100
committerJames Booth <boothj5@gmail.com>2012-04-23 01:14:14 +0100
commit685b3dd922d30d0f781fab033c190aa4b81a21be (patch)
tree23c7848a06b1cbb6bd7f91944ae2608d44db9f57
parent3dd132527e61bb2b45879f64cdd73e19beadbdeb (diff)
downloadprofani-tty-685b3dd922d30d0f781fab033c190aa4b81a21be.tar.gz
Input buffer 200 chars
-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') {