From: Joe Neeman Date: Sat, 12 May 2007 11:52:25 +0000 (+1000) Subject: Fix compile X-Git-Tag: release/2.11.24-1~8^2~1^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34090093e3f87416d4f2b247d314c6944b884755;p=lilypond.git Fix compile --- diff --git a/lily/ttf.cc b/lily/ttf.cc index 15738ba346..cbd43f76f9 100644 --- a/lily/ttf.cc +++ b/lily/ttf.cc @@ -175,12 +175,11 @@ void t42_write_table (void *out, FT_Face face, unsigned char const *buffer, { chunks.push_back (last_offset - last_chunk); last_chunk = last_offset; - assert (cur_chunk_idx < 100);/* FIXME: only for static arrays */ } last_offset = offset; } - chunks.push_back (s - last_chunk) + chunks.push_back (s - last_chunk); delete[] loca_buf; }