[899] in BarnOwl Developers
[D-O-H] r885 - branches/barnowl_unicode/owl/perl/modules/Jabber/lib/Net/XMPP
daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:10:55 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Wed, 16 Jan 2008 14:40:36 -0500 (EST)
Author: asedeno
Date: 2008-01-16 14:40:36 -0500 (Wed, 16 Jan 2008)
New Revision: 885
Modified:
branches/barnowl_unicode/owl/perl/modules/Jabber/lib/Net/XMPP/Debug.pm
Log:
Unicode/glib branch
Pet peeve - tabs. That should be the end of it for now.
Modified: branches/barnowl_unicode/owl/perl/modules/Jabber/lib/Net/XMPP/Debug.pm
===================================================================
--- branches/barnowl_unicode/owl/perl/modules/Jabber/lib/Net/XMPP/Debug.pm 2008-01-16 19:39:12 UTC (rev 884)
+++ branches/barnowl_unicode/owl/perl/modules/Jabber/lib/Net/XMPP/Debug.pm 2008-01-16 19:40:36 UTC (rev 885)
@@ -188,7 +188,7 @@
if (defined($self->{HANDLE}))
{
$self->{HANDLE}->autoflush(1);
- binmode $self->{HANDLE}, ":utf8";
+ binmode $self->{HANDLE}, ":utf8";
$Net::XMPP::Debug::HANDLES{$args{file}} = $self->{HANDLE};
}
else