]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Update blank sheet music example again.
[lilypond.git] / lily / general-scheme.cc
index 0fcb16bb1dfbdfaa678f49ee959b63e53753426b..59fc0bafb7868898e700a647f1413ede5d587a0c 100644 (file)
@@ -16,7 +16,6 @@ using namespace std;
 #include "international.hh"
 #include "libc-extension.hh"
 #include "lily-guile.hh"
-#include "std-string.hh"
 #include "misc.hh"
 #include "warn.hh"
 #include "version.hh"
@@ -49,7 +48,7 @@ LY_DEFINE (ly_gulp_file, "ly:gulp-file",
           "The file is looked up using the search path. ")
 {
   SCM_ASSERT_TYPE (scm_is_string (name), name, SCM_ARG1, __FUNCTION__, "string");
-  int sz = -1;
+  int sz = INT_MAX;
   if (size != SCM_UNDEFINED)
     {
       SCM_ASSERT_TYPE (scm_is_number (size), size, SCM_ARG2, __FUNCTION__, "number");