]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / lily / source-file.cc
index fdd628fbfbe4791512864097911f4dfe0cfb1fcf..74bb5c3b40ac75c7954fd7db20c8048b0b9124e9 100644 (file)
@@ -73,7 +73,7 @@ gulp_file (String filename, int *filesize)
     warning (_f ("expected to read %d characters, got %d", bytes_read,
                 read_count));
   fclose (f);
-
+  *filesize = bytes_read;
   return str;
 }