summaryrefslogtreecommitdiff
path: root/lib/sbin/CSTUtils.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-08-25 17:35:26 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-08-25 17:35:26 +0000
commit363b798bc0d1e702da20a58d393ac475cba9876f (patch)
tree82381faf71f8798f03b9e0ec9e172db558ae4768 /lib/sbin/CSTUtils.pl
parentca4a347f4c59b3e78ac3c1ae7b437514b8e237fa (diff)
Fixed bug in print statement
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2313 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CSTUtils.pl')
-rw-r--r--lib/sbin/CSTUtils.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sbin/CSTUtils.pl b/lib/sbin/CSTUtils.pl
index d7abd49f..c79b745f 100644
--- a/lib/sbin/CSTUtils.pl
+++ b/lib/sbin/CSTUtils.pl
@@ -11,7 +11,8 @@
sub CST_error
{
- my($level,$mess,$help,$line,$file,$error) = @_;
+ my($level,$mess,$help,$line,$file) = @_;
+ my($help,$error,$error_string);
if ($help ne /$\s*^/)
{