From 363838cb3f8d2cda86ae46d8decddcbec3b7cb1c Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 12 May 2011 22:47:30 +0800 Subject: fix for bug 6771 * reimplement process management to fix breakage caused by commit 792d6aa0dd0ecfd45c9b5ab57c6c0cb71a9b8da6. --- src/cstore/cstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cstore') diff --git a/src/cstore/cstore.cpp b/src/cstore/cstore.cpp index b549649..6e205ef 100644 --- a/src/cstore/cstore.cpp +++ b/src/cstore/cstore.cpp @@ -1898,7 +1898,7 @@ Cstore::executeTmplActions(char *at_str, const Cpath& path, var_ref_handle = (void *) this; // const_cast for legacy code bool ret = execute_list(const_cast(actions), def, - sdisp.c_str(), false); + sdisp.c_str()); var_ref_handle = NULL; return ret; } -- cgit v1.2.3