mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 13:41:55 +00:00
resize output buffer
This commit is contained in:
parent
1df6392a23
commit
faea95fbfa
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ void cli_printf_time_prefix(const char *fmt, va_list args)
|
|||
struct tm *timeinfo;
|
||||
struct timeval tv;
|
||||
char buffertmp[80];
|
||||
char buffer[80];
|
||||
char buffer[120];
|
||||
int millisec;
|
||||
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ static void log__submit(const char *file,
|
|||
struct tm *timeinfo;
|
||||
struct timeval tv;
|
||||
char buffertmp[80];
|
||||
char buffer[80];
|
||||
char buffer[120];
|
||||
int millisec;
|
||||
|
||||
out = stderr;
|
||||
|
|
Loading…
Reference in a new issue