From: Sean E. <sea...@us...> - 2002-08-08 19:14:24
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv17906 Modified Files: gaim2blt.pl Log Message: gaim2blt.pl bugfix by Andrew Molloy. Index: gaim2blt.pl =================================================================== RCS file: /cvsroot/gaim/gaim/gaim2blt.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gaim2blt.pl 21 Apr 2001 23:53:06 -0000 1.3 +++ gaim2blt.pl 8 Aug 2002 19:14:20 -0000 1.4 @@ -29,7 +29,7 @@ if ($type eq 'g') { print " }\n" if ($in_group); - print " $args {\n"; + print qq( "$args" {\n)"; $in_group = 1; } elsif ($type eq 'b') { my ($buddy, $alias) = split /:/, $args; |