And... here's the patch!

Nick
Index: runtime/parrot/library/SDL/Color.imc
===================================================================
--- runtime/parrot/library/SDL/Color.imc        (revision 7819)
+++ runtime/parrot/library/SDL/Color.imc        (working copy)
@@ -188,6 +188,8 @@
        .local int offset
        classoffset offset, self, 'SDL::Color'
 
+       color = 0
+
        # red
        inc offset
        getattribute component, self, offset

Reply via email to