]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
* lily/slur-configuration.cc (fit_factor): oops, skip point if
[lilypond.git] / lily / open-type-font.cc
index 73395fb9cbeacf40addb2d5c31c1444523b0a065..8e50a1a576b4ee385af3bb43ccd9864d6407d8bc 100644 (file)
@@ -30,7 +30,7 @@ load_table (char const *tag_str, FT_Face face, FT_ULong *length)
     {
       FT_Byte *buffer = (FT_Byte *) malloc (*length);
       if (buffer == NULL)
-       error (_f ("can't allocate %d bytes", *length));
+       error (_f ("can't allocate %lu bytes", *length));
 
       error_code = FT_Load_Sfnt_Table (face, tag, 0, buffer, length);
       if (error_code)