Skip to content
Snippets Groups Projects
Commit ed3e3ebb authored by rswindell's avatar rswindell
Browse files

Fix new build issue.

parent 8a4d3059
No related branches found
No related tags found
No related merge requests found
/* uedit.c */
/* Synchronet for *nix user editor */
/* $Id$ */
// vi: tabstop=4
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -1940,7 +1939,7 @@ int main(int argc, char** argv) {
if(ini_file[0]!=0 && (fp=fopen(ini_file,"r"))!=NULL) {
printf("Reading %s\n",ini_file);
/* We call this function to set defaults, even if there's no .ini file */
sbbs_read_ini(fp,
sbbs_read_ini(fp, ini_file,
NULL, /* global_startup */
NULL, &bbs_startup,
NULL, NULL, /* ftp_startup */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment