X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpfb.cc;h=0fb1d5b76ef37232fe85a39b697c9a25272b72f9;hb=85394d425536d267ed0cb71d17023849f1611180;hp=54e72b1ab35df5c27c6eee14888599f7c0f7bf8a;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;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)