]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-modules.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / lily-modules.cc
index 5d35018e72e734d498c237cb83e8c937f2ec6e58..ef3a11cc2c84648fa25be8f63cca186c9882cbc7 100644 (file)
@@ -77,7 +77,7 @@ Scm_module::boot (void (*init) ())
   for (Variable_record *p = variables_; p; )
     {
       Variable_record *next = p->next_;
-      if (SCM_UNBNDP (*p->var_))
+      if (SCM_UNBNDP (SCM (*p->var_)))
         error (_f ("Uninitialized variable `%s' in module (%s)", p->name_, name_));
       delete p;
       p = next;