[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [477] trunk/utils/cli/ledgersmb_cli.pl



Revision: 477
          http://svn.sourceforge.net/ledger-smb/?rev=477&view=rev
Author:   einhverfr
Date:     2006-11-02 20:52:53 -0800 (Thu, 02 Nov 2006)

Log Message:
-----------
Cli wrapper small fix.

Modified Paths:
--------------
    trunk/utils/cli/ledgersmb_cli.pl

Modified: trunk/utils/cli/ledgersmb_cli.pl
===================================================================
--- trunk/utils/cli/ledgersmb_cli.pl	2006-11-03 04:48:39 UTC (rev 476)
+++ trunk/utils/cli/ledgersmb_cli.pl	2006-11-03 04:52:53 UTC (rev 477)
@@ -128,7 +128,7 @@
 	my $is_hash = 0;
 	if (ref($stackref->{$key}) =~ /HASH/){
 		$is_hash = 1;
-	elsif (ref ($stackref->{$key}) !~ /ARRAY/){
+	} elsif (ref ($stackref->{$key}) !~ /ARRAY/){
 		print STDERR "Warning:  Must loop through array or hash.";
 	}
 	push @loopstack, \$stackref->{$key};


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.