diff options
-rw-r--r-- | hugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |