X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/90df84eb2e05926351cc7df661712c97779c9163..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 */