summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2003-04-12 20:39:30 +0000
committererdgeist <>2003-04-12 20:39:30 +0000
commit219938e68ecbefec3d59deb6b85f9e17f6341b57 (patch)
tree87c861f59578063168f248a182ac13d979b77844
parent03291b71be91f8bbf6fd07735e2deab9fb1a8210 (diff)
Annoying startup box goes away
-rwxr-xr-xvchat-ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index 9127211..1fde124 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -1170,7 +1170,7 @@ initui (void)
1170#else 1170#else
1171 rl_callback_handler_install ("", (rl_vcpfunc_t *) linecomplete); 1171 rl_callback_handler_install ("", (rl_vcpfunc_t *) linecomplete);
1172#endif 1172#endif
1173 1173/*
1174 writeout( ">> Ctrl-X <<"); 1174 writeout( ">> Ctrl-X <<");
1175 1175
1176 if (errstr[0] != '\0') { 1176 if (errstr[0] != '\0') {
@@ -1184,7 +1184,7 @@ initui (void)
1184 writeout (vchat_us_version); 1184 writeout (vchat_us_version);
1185 writeout (vchat_cm_version); 1185 writeout (vchat_cm_version);
1186 showout( ); 1186 showout( );
1187 1187*/
1188 if( getintoption( CF_KEEPLOG ) ) { 1188 if( getintoption( CF_KEEPLOG ) ) {
1189 unsigned char *logfile = getstroption( CF_LOGFILE ); 1189 unsigned char *logfile = getstroption( CF_LOGFILE );
1190 if( logfile && *logfile ) { 1190 if( logfile && *logfile ) {