mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
trying to make it work on Solaris.. No success..
This commit is contained in:
@@ -31,7 +31,7 @@ sx_report_name(sx_report_t t)
|
||||
int
|
||||
sx_report(sx_report_t t, char* fmt, ...)
|
||||
{
|
||||
char buffer[1024];
|
||||
char buffer[8192];
|
||||
va_list ap;
|
||||
va_start(ap,fmt);
|
||||
|
||||
@@ -68,8 +68,8 @@ int
|
||||
sx_debug(char const* const file, char const* const func, int const line,
|
||||
char* fmt, ...)
|
||||
{
|
||||
char buffer[1024];
|
||||
char bline[1024];
|
||||
char buffer[8192];
|
||||
char bline[8192];
|
||||
|
||||
va_list ap;
|
||||
va_start(ap,fmt);
|
||||
|
||||
Reference in New Issue
Block a user