]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pfb.cc
Run grand replace for 2015.
[lilypond.git] / lily / pfb.cc
index 54e72b1ab35df5c27c6eee14888599f7c0f7bf8a..c971024548087c547c826da0d323dfa5a37c972c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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)