diff options
| author | 2007-11-11 19:24:30 +0000 | |
|---|---|---|
| committer | 2007-11-11 19:24:30 +0000 | |
| commit | 64087572950e3331029922626fa8605273c27da3 (patch) | |
| tree | 957128fe37271863242fc9f90d3162e2e99267cc /src/configreader.cpp | |
| parent | More stuff (diff) | |
| download | inspircd++-64087572950e3331029922626fa8605273c27da3.tar.gz inspircd++-64087572950e3331029922626fa8605273c27da3.tar.bz2 inspircd++-64087572950e3331029922626fa8605273c27da3.zip | |
More stuff incoming
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8575 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index ec5f1fe54..7b033a64b 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1297,7 +1297,7 @@ void ServerConfig::StartDownloads() /* For now, error it */ int MOD_RESULT = 0; - FOREACH_RESULT(I_OnDownloadFile, OnDownloadFile(file, reinterpret_cast<std::istringstream*>(x->second))); + FOREACH_RESULT(I_OnDownloadFile, OnDownloadFile(file, x->second)); if (MOD_RESULT == 0) { /* No module claimed this file */ |
