summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugin.c b/hugin.c
index 021a515..b842b30 100644
--- a/hugin.c
+++ b/hugin.c
@@ -341,7 +341,7 @@ static int hug_output_fd(int fd, const char *msg, int withdate)
if(fd == -1) return 1;
if(withdate) {
- char hdr[32];
+ char hdr[64];
hug_create_header(hdr, sizeof(hdr));
s = write(fd, hdr, strlen(hdr));