]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/std-string.cc
Merge branch 'translation' into staging
[lilypond.git] / flower / std-string.cc
index 4243f675cbcf4e252c556fbafdcee16e026cfff0..d2c2d624d2981893ce9ac21879d450015f2364d9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011  Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 2006--2012  Jan Nieuwenhuizen <janneke@gnu.org>
 
   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