X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/e81b7a5faa3c713ce4d4e0952d7640517f13ef69..4b4feda25fa71fa0e695206bff02c90613b1f7a8:/tl-append.c diff --git a/tl-append.c b/tl-append.c index c4a4ac6..3e60a24 100644 --- a/tl-append.c +++ b/tl-append.c @@ -9,7 +9,7 @@ #include "common.h" -const size_t BUF_SIZE = 1024; +const int BUF_SIZE = 1024; const char PROMPT[] = "\33[H" /* Move cursor 'home' */ "\33[J" /* Clear screen */