summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c
index b23f42d4b..5608abe6f 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -496,7 +496,7 @@ void hb_list_close( hb_list_t ** _l )
*********************************************************************/
void hb_log( char * log, ... )
{
- char string[182]; /* 180 chars + \n + \0 */
+ char string[362]; /* 360 chars + \n + \0 */
time_t _now;
struct tm * now;
va_list args;