X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpfb.cc;h=c971024548087c547c826da0d323dfa5a37c972c;hb=0a34e892b31530e87380bffaac0bb9cf9a1c8a91;hp=54e72b1ab35df5c27c6eee14888599f7c0f7bf8a;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/pfb.cc b/lily/pfb.cc index 54e72b1ab3..c971024548 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--2015 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)