diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-11-22 11:22:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-11-22 11:22:35 +0100 |
commit | 3e2e1589dc50bd944cfd63d58a846921966224af (patch) | |
tree | 4e94eda330e805a3603c74dd7e0df06e0c45d471 /hugin.c | |
parent | a42fbcc9dd03a6a6c24b494b683b370bd5173335 (diff) |
Diffstat (limited to 'hugin.c')
-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)); |