From 0ced2f0b1cd5b21f88f852e86aef0e95a390cfdc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 8 Jun 2012 18:36:54 -0700 Subject: [PATCH] servo: Update rust-harfbuzz Source-Repo: https://github.com/servo/servo Source-Revision: 5086fde8286efa999ca12344dc9543154b38b5f7 --- servo/src/servo/text/shaper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/src/servo/text/shaper.rs b/servo/src/servo/text/shaper.rs index dd96f41cfda9..0a4bf8011d9a 100644 --- a/servo/src/servo/text/shaper.rs +++ b/servo/src/servo/text/shaper.rs @@ -39,7 +39,7 @@ fn shape_text(_font: &font, text: str) -> [glyph] { y_advance: 0 as int32_t, x_offset: cur_x as int32_t, y_offset: 0 as int32_t, - var: 0 + var: 0i32 }; vec::push(glyphs, glyph(ch as uint, glyph_pos(hb_pos)));