mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-4543 --resolve thanks Peter
This commit is contained in:
@@ -925,6 +925,9 @@ static void print_banner(FILE *stream)
|
||||
{
|
||||
#include <cc.h>
|
||||
|
||||
#ifdef WIN32
|
||||
fprintf(stream, "%s%s\n%s\n", banner, cc, inf);
|
||||
#else
|
||||
fprintf(stream,
|
||||
"%s%s%s%s%s%s\n%s\n",
|
||||
ESL_SEQ_DEFAULT_COLOR,
|
||||
@@ -932,8 +935,6 @@ static void print_banner(FILE *stream)
|
||||
banner,
|
||||
cc, ESL_SEQ_DEFAULT_COLOR, inf);
|
||||
|
||||
|
||||
#ifndef WIN32
|
||||
fprintf(stream, "%s", output_text_color);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user