changeset 10411:3448f1bc6966 HEAD

Changed settings-get.pl to understand the MEMBER() macro removal.
author Timo Sirainen <tss@iki.fi>
date Fri, 04 Dec 2009 15:10:43 -0600
parents b757dab45756
children a9eda7672869
files src/config/settings-get.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config/settings-get.pl	Fri Dec 04 13:52:35 2009 -0600
+++ b/src/config/settings-get.pl	Fri Dec 04 15:10:43 2009 -0600
@@ -60,7 +60,7 @@
     
     if ($state == 1 || $state == 3) {
       if ($state == 1) {
-	if (/MEMBER\(module_name\) "(.*)"/) {
+	if (/\.module_name = "(.*)"/) {
 	  $parsers{$cur_name} = $1;
 	}
 	if (/DEFLIST.*".*",(.*)$/) {