summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-08 18:15:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-08 18:15:15 +0000
commitc09e928d6dd87c1a2dea7347d2e97e0c7e30182f (patch)
tree850ed8e25d7ea04fa84edf00c9aa2d600038ffcb /src
parente4209b90f96340b0b7cb703aeca5975b0c42dc55 (diff)
Changed comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2274 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd_io.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp
index 8c870af0f..0cf28d3b8 100644
--- a/src/inspircd_io.cpp
+++ b/src/inspircd_io.cpp
@@ -334,7 +334,6 @@ bool LoadConf(const char* filename, std::stringstream *target, std::stringstream
*buffer = 0;
if (fgets_safe(buffer, MAXBUF, conf))
{
- /*if ((!feof(conf)) && (buffer) && (strlen(buffer)))*/
if ((buffer) && (strlen(buffer)) && (*buffer > '\r'))
{
if ((buffer[0] != '#') && (buffer[0] != '\r') && (buffer[0] != '\n'))