]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinko.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 02:28:31 +0000 (03:28 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 02:28:31 +0000 (03:28 +0100)
lily/lexer.ll

index 942c52244f182b22eb8d378ef4eda6bace590092..6e34777e266bff5406cce92bdc082a686627bd3b 100644 (file)
@@ -571,7 +571,7 @@ BOM_UTF8    \357\273\277
        if (is_main_input_)
        {
                /* 2 = init.ly + current file. */ 
-               is_main_input_ = include_stack_.size () > 2;
+               is_main_input_ = include_stack_.size () >= 2;
                if (!close_input ())
                /* Returns YY_NULL */
                        yyterminate ();