From f6f44f55389789f0781bd19340ac756e507d65c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 10 May 2005 11:34:26 +0000 Subject: [PATCH] incorporated fix from AGG mailing list, the problem only showed on Sun hardware though... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12620 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/libs/agg/agg_font_cache_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/libs/agg/agg_font_cache_manager.h b/headers/libs/agg/agg_font_cache_manager.h index 42adb0add2..72cf55f1e1 100755 --- a/headers/libs/agg/agg_font_cache_manager.h +++ b/headers/libs/agg/agg_font_cache_manager.h @@ -101,7 +101,7 @@ namespace agg glyph_cache* glyph = (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), - sizeof(int8u*)); + sizeof(double)); glyph->glyph_index = glyph_index; glyph->data = m_allocator.allocate(data_size);