Changeset: 91d0b261c961 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=91d0b261c961
Modified Files:
clients/perl/Mapi.pm
Branch: Aug2011
Log Message:
Initialize value to prevent warnings about unintialized $prompt.
diffs (12 lines):
diff --git a/clients/perl/Mapi.pm b/clients/perl/Mapi.pm
--- a/clients/perl/Mapi.pm
+++ b/clients/perl/Mapi.pm
@@ -380,7 +380,7 @@ sub getblock {
my ($self) = @_;
# now read back the same way
- my $result;
+ my $result = "";
my $last_block = 0;
do {
my $flag;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list