瀏覽代碼

* Oops, fixed typo in cucul_get_font_blocks().

tags/v0.99.beta14
Sam Hocevar sam 18 年之前
父節點
當前提交
776a3c71d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cucul/font.c

+ 1
- 1
cucul/font.c 查看文件

@@ -228,7 +228,7 @@ cucul_font_t *cucul_load_font(void const *data, unsigned int size)
}

f->user_block_list[i * 2] = 0;
f->user_block_list[i * 2] = 0;
f->user_block_list[i * 2 + 1] = 0;

f->glyph_list = malloc(f->header.glyphs * sizeof(struct glyph_info));
if(!f->glyph_list)


Loading…
取消
儲存