X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Fstd-string.cc;h=d2c2d624d2981893ce9ac21879d450015f2364d9;hb=cfe204f50a73e31a4fa15091a1f812843ef6c245;hp=4243f675cbcf4e252c556fbafdcee16e026cfff0;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/flower/std-string.cc b/flower/std-string.cc index 4243f675cb..d2c2d624d2 100644 --- a/flower/std-string.cc +++ b/flower/std-string.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2011 Jan Nieuwenhuizen + Copyright (C) 2006--2012 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -59,7 +59,7 @@ to_string (long b) string to_string (long unsigned b) { - return String_convert::unsigned_string (b); + return String_convert::unsigned_long_string (b); } string