summaryrefslogtreecommitdiff
path: root/lib/sbin/parameter_parser.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-11-26 17:44:50 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-11-26 17:44:50 +0000
commit4673ea04eeb1562f8c6f0ed199bfaf67650e7e54 (patch)
tree40f84fbf494ac35cfdb09d569907c9e7c716d43d /lib/sbin/parameter_parser.pl
parent04531b2654334c8aa9c06210d368301bbbfeae2a (diff)
Lots of interface consistancy checks.
Made sure everything runs with perl 4. git-svn-id: http://svn.cactuscode.org/flesh/trunk@29 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/parameter_parser.pl')
-rw-r--r--lib/sbin/parameter_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/parameter_parser.pl b/lib/sbin/parameter_parser.pl
index adb6dc5d..d2881648 100644
--- a/lib/sbin/parameter_parser.pl
+++ b/lib/sbin/parameter_parser.pl
@@ -31,7 +31,7 @@ sub create_parameter_database
foreach $imp (keys %implementations)
{
# Read the data
- @indata = read_file("$implementations{$imp}/param.ccl");
+ @indata = &read_file("$implementations{$imp}/param.ccl");
# Get the parameters from it
@new_parameter_data = &parse_param_ccl($imp, @indata);