[openbnc-cvs] openbnc/menuconf menuconf.c,1.5,1.6
Status: Beta
Brought to you by:
andrereis
From: Mateusz K. <sh...@us...> - 2004-07-05 19:31:04
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19234/openbnc/menuconf Modified Files: menuconf.c Log Message: - Fixed problem with writeini() Seg fault Index: menuconf.c =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/menuconf.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- menuconf.c 8 Jun 2004 16:07:07 -0000 1.5 +++ menuconf.c 5 Jul 2004 19:30:50 -0000 1.6 @@ -358,7 +358,7 @@ /* conf-file routines */ -#define INIFILE "PSYBNC" +#define INIFILE "OPENBNC" char configfile[]="openbnc.conf"; |