diff options
Diffstat (limited to 'call/yapp.c')
-rw-r--r-- | call/yapp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/call/yapp.c b/call/yapp.c index 8260ab0..cc61e90 100644 --- a/call/yapp.c +++ b/call/yapp.c @@ -191,7 +191,7 @@ static void Send_CN(char *reason) static void Send_HD(char *filename, long length) { char buffer[257]; - char size_buffer[10]; + char size_buffer[12]; int len_filename; int len_size; int len; |