From 90cf4697bd28bac6ac8e7e476767da3757e364d0 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 19 Apr 2006 17:40:18 +0000 Subject: fixed double-free on clearing values and dirs reintroduced missing help message svn path=/trunk/; revision=4939 --- externals/grill/pool/source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1