]> git.donarmstrong.com Git - lilypond.git/commitdiff
(get_counts): use multibyte variable.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 25 Oct 2006 09:47:19 +0000 (09:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 25 Oct 2006 09:47:19 +0000 (09:47 +0000)
ChangeLog
lily/source-file.cc

index 348657c11862cf485a896cf16df149e7e78f3d98..7f0a443adfbaffbf2a7cb79cb649c8a65b2e9257 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-10-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * lily/source-file.cc (get_counts): use multibyte variable.
+
        * scm/translation-functions.scm (determine-frets-mf): new
        function: compute fret numbers. 
 
index 57d67b464b6e16b83d14ca454b841197ba2bcacc..bb38ffdb0994879a5ad11ab1c9a9362445ec023d 100644 (file)
@@ -286,6 +286,7 @@ Source_file::get_counts (char const *pos_str0,
       size_t thislen = mbrtowc (multibyte, line_chars, left, &state);
 #else
       size_t thislen = 1;
+      (void) multibyte;
 #endif /* !HAVE_MBRTOWC */
 
       /* Stop converting at invalid character;