]> git.lizzy.rs Git - rust.git/commitdiff
FALSE is not 1u8 but 0u8, of cource.
authorOGINO Masanori <masanori.ogino@gmail.com>
Tue, 30 Jul 2013 22:13:38 +0000 (07:13 +0900)
committerOGINO Masanori <masanori.ogino@gmail.com>
Tue, 30 Jul 2013 22:13:38 +0000 (07:13 +0900)
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
src/libextra/unicode.rs

index 1b860cf2281847adc2cf6fc776bd981f69b7afb5..9b502216fc183ced8a9f389abd3cf1306bb7671d 100644 (file)
@@ -17,7 +17,7 @@ pub mod icu {
     pub type UChar32 = char;
 
     pub static TRUE : u8 = 1u8;
-    pub static FALSE : u8 = 1u8;
+    pub static FALSE : u8 = 0u8;
 
     pub static UCHAR_ALPHABETIC : UProperty = 0;
     pub static UCHAR_BINARY_START : UProperty = 0; // = UCHAR_ALPHABETIC