diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-15 19:40:25 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-15 19:40:25 +0000 |
commit | c5d365dbfb38110edf11d70247e4aa61c7334f25 (patch) | |
tree | fa4dea8a116c9daaf2e8e8f2c86804f8cf16f33d /src/core | |
parent | f7213c6e0ddf5f02df6d7e29d538adbdb38b1217 (diff) |
Corrected a serious bug where calling the 'list_info' function without arguments erases all infotypes.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/info.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/info.cc b/src/core/info.cc index ee708e5..8e286dc 100644 --- a/src/core/info.cc +++ b/src/core/info.cc @@ -65,8 +65,6 @@ void InfoType::list() con_print << std::endl; } con_print << "^B " << infotype_registry.size() << " info types" << std::endl; - - infotype_registry.clear(); } |