From 040cab19c1151d50063d602f336bd86b2430ca5d Mon Sep 17 00:00:00 2001 From: eddyg Date: Thu, 31 Jan 2008 23:28:02 +0000 Subject: Double hb_log() max line length to avoid truncation of x264 options in display. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1244 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb') 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; -- cgit v1.2.3