diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2010-12-30 05:50:55 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2010-12-30 05:50:55 +0100 |
commit | 2784cd17fc5e0ee4ad0571a6b9e131fa38a93a65 (patch) | |
tree | 9978409f958f97d4932879c0d65363ec24b799d5 /src/misc.cpp | |
parent | 292e1875246a6398cdc9f04ee91d7bb43dc40b45 (diff) | |
parent | 03cc9eb5c597e37239debac25a7ed6ad4f4d9411 (diff) |
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 97006469a..a8b1d5ca6 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -228,7 +228,7 @@ time_t dotime(const Anope::string &s) } } } - catch (const CoreException &) { } + catch (const ConvertException &) { } return 0; } |