diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-04-19 17:40:18 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-04-19 17:40:18 +0000 |
commit | 90cf4697bd28bac6ac8e7e476767da3757e364d0 (patch) | |
tree | b56ff3c3de45efa68a4142cc0819a112093d9cba /externals/grill/pool/source | |
parent | 86c6e7855b1ae223e942128906f51e5d7166a701 (diff) |
fixed double-free on clearing values and dirs
reintroduced missing help message
svn path=/trunk/; revision=4939
Diffstat (limited to 'externals/grill/pool/source')
-rw-r--r-- | externals/grill/pool/source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/pool/source/main.cpp b/externals/grill/pool/source/main.cpp index dfdaa9d0..2f63f3d0 100644 --- a/externals/grill/pool/source/main.cpp +++ b/externals/grill/pool/source/main.cpp @@ -39,7 +39,7 @@ protected: V mg_pool(AtomList &l); // print some help message - static V m_help() { post("pool " POOL_VERSION " - hierarchical storage object, (C)2002-2005 Thomas Grill"); } + static V m_help() { post("pool " POOL_VERSION " - hierarchical storage object, (C)2002-2006 Thomas Grill"); } // clear all data in pool V m_reset(); |