changeset 6524:2d9857a0d8a3

[gaim-migrate @ 7041] I completely screwed that up. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 20 Aug 2003 10:40:11 +0000
parents d7e04709be96
children 66689e2cb966
files plugins/perl/perl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl.c	Wed Aug 20 10:38:41 2003 +0000
+++ b/plugins/perl/perl.c	Wed Aug 20 10:40:11 2003 +0000
@@ -140,7 +140,7 @@
 		  "eval $strin;"
 		  "if($@){"
 		    /*"  #something went wrong\n"*/
-		    "Gaim::debug(\"perl\", \"Errors loading file $f_name:\\n\",\"$@\");"
+		    "Gaim::debug(\"perl\", \"Errors loading file $f_name:\\n$@\");"
 		    "return 1;"
 		  "}"
 		  "return 0;"