mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Remove extra 'i'.. oopsie :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10916 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
bc05569e2d
commit
314ff09e0a
@ -523,7 +523,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
|
||||
/* Windows can (and defaults to) hide file extensions, so let's play a bit nice for windows users. */
|
||||
std::string txtconf = this->ConfigFileName;
|
||||
txtconf.append(".txt");
|
||||
i
|
||||
|
||||
if (ServerConfig::FileExists(txtconf.c_str()))
|
||||
{
|
||||
strlcat(this->ConfigFileName, ".txt", MAXBUF);
|
||||
|
Loading…
x
Reference in New Issue
Block a user