]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Update slice syntax in code writer
authorJürg Billeter <j@bitron.ch>
Sun, 20 Dec 2009 15:39:57 +0000 (16:39 +0100)
committerJürg Billeter <j@bitron.ch>
Sun, 20 Dec 2009 15:39:57 +0000 (16:39 +0100)
vala/valacodewriter.vala

index 3f2b0d980bddb4ea949a0630d814e3f9a26456fc..30a30b6a671b88ac0063f5b1130a710259f71f13 100644 (file)
@@ -1378,7 +1378,7 @@ public class Vala.CodeWriter : CodeVisitor {
                expr.container.accept (this);
                write_string ("[");
                expr.start.accept (this);
-               write_string ("..");
+               write_string (":");
                expr.stop.accept (this);
                write_string ("]");
        }