mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 19:11:58 +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 tm *timeinfo;
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
char buffertmp[80];
|
char buffertmp[80];
|
||||||
char buffer[80];
|
char buffer[120];
|
||||||
int millisec;
|
int millisec;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -145,7 +145,7 @@ static void log__submit(const char *file,
|
||||||
struct tm *timeinfo;
|
struct tm *timeinfo;
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
char buffertmp[80];
|
char buffertmp[80];
|
||||||
char buffer[80];
|
char buffer[120];
|
||||||
int millisec;
|
int millisec;
|
||||||
|
|
||||||
out = stderr;
|
out = stderr;
|
||||||
|
|
Loading…
Reference in a new issue