[openbnc-cvs] openbnc/menuconf menuconf.c,1.4,1.5
Status: Beta
Brought to you by:
andrereis
From: Nuno A. <nun...@us...> - 2004-06-08 16:07:17
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31221/openbnc/menuconf Modified Files: menuconf.c Log Message: Index: menuconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/menuconf.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- menuconf.c 4 Jun 2004 16:39:32 -0000 1.4 +++ menuconf.c 8 Jun 2004 16:07:07 -0000 1.5 @@ -2048,11 +2048,11 @@ bounceroptions(); break; case 103: - log=fopen("log/psybnc.log","r"); + log=fopen("log/openbnc.log","r"); if(log!=NULL) /* only, if exists */ { fclose(log); - rc=dialog_textbox ("The current Log", "log/psybnc.log", 21, 78); + rc=dialog_textbox ("The current Log", "log/openbnc.log", 21, 78); } break; case 104: @@ -2067,7 +2067,7 @@ rc=dialog_textbox ("Last Changes", "CHANGES", 21, 78); break; case 108: - return 0x0; + return 0x0; /* exit to system ... */ } } if(rc==1) |