]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / lily / lily-guile.cc
index 1ef5370e8e9d5f951870aca348c9d937ea59d925..856c9d30cd3afa8567e35caec43507affa7c9ee0 100644 (file)
@@ -103,7 +103,7 @@ gulp_file_to_string (String fn, bool must_exist, int size)
   if (be_verbose_global)
     progress_indication ("[" + s);
 
-  int n = sz;
+  int n = size;
   char *str = gulp_file (s, &n);
   String result ((Byte *) str, n);
   delete[] str;