--ftEhullJWpWg/VHq
Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy"
Content-Disposition: inline


--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

/usr/lib/ruby/1.8/yaml.rb:133: warning: instance variable @input
not initialized

Patch attached.

Regards,
Tilman

-- 
learn to quote: http://www.netmeister.org/news/learn2quote.html

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ruby-syck_warning.diff"
Content-Transfer-Encoding: quoted-printable

diff -aur ruby-1.8.3.orig/ext/syck/rubyext.c ruby-1.8.3/ext/syck/rubyext.c
--- ruby-1.8.3.orig/ext/syck/rubyext.c	2005-09-17 19:17:06.000000000 +0200
+++ ruby-1.8.3/ext/syck/rubyext.c	2005-09-30 20:01:21.000000000 +0200
@@ -767,6 +767,7 @@
         Check_Type(options, T_HASH);
     }
     rb_ivar_set(self, s_options, options);
+    rb_ivar_set(self, s_input, Qnil);
     return self;
 }
 

--KsGdsel6WgEHnImy--

--ftEhullJWpWg/VHq
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDPX8827uLisrW2w8RAk1rAJ49mMksUyZyD8RPqFxud6dGXHtVtQCdEbIb
9LPIWOcjamy8ZZEfal9n2ZYLP
-----END PGP SIGNATURE-----

--ftEhullJWpWg/VHq--