[1128] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r1079 - in trunk/owl: . perl/modules/IRC/lib/BarnOwl/Module/IRC

daemon@ATHENA.MIT.EDU (chmrr@MIT.EDU)
Thu Oct 29 18:13:18 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@mit.edu
From: chmrr@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Date: Mon, 09 Jun 2008 18:32:39 -0400

Author: chmrr
Date: 2008-06-09 18:32:38 -0400 (Mon, 09 Jun 2008)
New Revision: 1079

Modified:
   trunk/owl/
   trunk/owl/perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm
Log:
 r2142@utwig:  chmrr | 2008-06-09 18:32:13 -0400
  * A small bit of warnings avoidance for empty bodies.



Property changes on: trunk/owl
___________________________________________________________________
Name: svk:merge
   - 06e3988a-d725-0410-af47-c5dd11e74598:/local/barnowl:2008
8baf6839-b125-0410-9df9-922793c80423:/local/barnowl:29300
8baf6839-b125-0410-9df9-922793c80423:/local/owl:15641
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/branches/par:19594
fe09232e-8620-0410-8e36-e6b4839e121d:/branches/par:688
   + 06e3988a-d725-0410-af47-c5dd11e74598:/local/barnowl:2142
8baf6839-b125-0410-9df9-922793c80423:/local/barnowl:29300
8baf6839-b125-0410-9df9-922793c80423:/local/owl:15641
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/branches/par:19594
fe09232e-8620-0410-8e36-e6b4839e121d:/branches/par:688

Modified: trunk/owl/perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm
===================================================================
--- trunk/owl/perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm	2008-06-03 20:27:39 UTC (rev 1078)
+++ trunk/owl/perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm	2008-06-09 22:32:38 UTC (rev 1079)
@@ -213,7 +213,7 @@
     $body =~ s/\cO//g;
     
     my @pieces = split /\cB/, $body;
-     my $out;
+    my $out = '';
     while(@pieces) {
         $out .= shift @pieces;
         $out .= BarnOwl::Style::boldify(shift @pieces) if @pieces;


home help back first fref pref prev next nref lref last post