]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/string.cc
* flower/include/international.hh: Bugfix: include "string.hh".
[lilypond.git] / flower / string.cc
index b19180401384fc433d78af1c4d101c0a31eafe07..fb270dd30db82ae5c909e40f17b895e8e0412327 100644 (file)
@@ -348,7 +348,7 @@ String::to_lower ()
 void
 String::reverse ()
 {
-  strrev (get_bytes (), length ());
+  memrev (get_bytes (), length ());
 }
 
 int