]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:41:02 +0000 (19:41 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:41:02 +0000 (19:41 +0000)
lib/binary-source-file.cc

index c2e3c152be363cf7035d9389e068a4147a0385ca..666012f0c62c9a7a35a3dc30454891493de69dd0 100644 (file)
@@ -34,7 +34,7 @@ Binary_source_file::error_str( char const* pos_ch_c_l )
        return "";
 
     char const* begin_ch_c_l = pos_ch_c_l - 8 >? ch_C();
-    char const* end_ch_c_l = pos_ch_c_l + 7 <? ch_C() + length_off();
+    char const* end_ch_c_l = pos_ch_c_l + 7 <? ch_C() + length_i();
 
     String pre_str( (Byte const*)begin_ch_c_l, pos_ch_c_l - begin_ch_c_l );
     pre_str = String_convert::bin2hex_str( pre_str );