From 9a9466f1fdad6fb6c94c5ef8ddb1a687a7bcd874 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Thu, 31 Mar 2011 00:37:47 +0100 Subject: Small improvements to speed of reading of configuration file. Tidy up signalling of "ready" to command loop, and checking of appropriate state to close written configuration file. --- lib/command_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/command_common.h') diff --git a/lib/command_common.h b/lib/command_common.h index 26f2909f..3621a4b6 100644 --- a/lib/command_common.h +++ b/lib/command_common.h @@ -278,8 +278,7 @@ struct cmd_command struct cmd_item* vararg ; /* if there is a vararg item */ - char* r_string ; - char* r_doc ; + char* r_doc ; /* rendered documentation */ //char* config ; /* Configuration string */ //vector subconfig ; /* Sub configuration string */ -- cgit v1.2.3