From c26d02557e77ef02bf897563a38867ff0da3fc2a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 9 Jul 2012 14:37:48 -0700 Subject: Switch 'cont' to 'again' everywhere. Close #2229. --- src/libcore/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/io.rs b/src/libcore/io.rs index 14c5736120b..f9666a1f22e 100644 --- a/src/libcore/io.rs +++ b/src/libcore/io.rs @@ -53,7 +53,7 @@ impl reader_util for reader { assert (w > 0u); if w == 1u { vec::push(chars, b0 as char ); - cont; + again; } // can't satisfy this char with the existing data if end > vec::len(buf) { -- cgit 1.4.1-3-g733a5