engine.c
changeset 1820 9b6458526480
parent 1802 448f187042d3
child 1840 c181d5cb4ffe
--- a/engine.c	Sun May 15 18:43:36 2005 +0000
+++ b/engine.c	Sun May 15 18:50:55 2005 +0000
@@ -889,7 +889,7 @@
 
 	if (!IsEngineIndex(p1)) return CMD_ERROR;
 
-	str = AllocateNameUnique((const char*)_decode_parameters, 0);
+	str = AllocateNameUnique(_cmd_text, 0);
 	if (str == 0) return CMD_ERROR;
 
 	if (flags & DC_EXEC) {