X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpfb.cc;h=0fb1d5b76ef37232fe85a39b697c9a25272b72f9;hb=0364212c01e7874c7f729f5c7080b58464d1b68a;hp=54e72b1ab35df5c27c6eee14888599f7c0f7bf8a;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/pfb.cc b/lily/pfb.cc index 54e72b1ab3..0fb1d5b76e 100644 --- a/lily/pfb.cc +++ b/lily/pfb.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2011 Han-Wen Nienhuys + Copyright (C) 2004--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ char * pfb2pfa (Byte const *pfb, int length) { char *out = (char *) malloc (sizeof (char)); - int olen = 0; + long olen = 0; Byte const *p = pfb; while (p < pfb + length)