]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/simple-file-storage.cc
patch::: 1.3.130.jcn3
[lilypond.git] / flower / simple-file-storage.cc
index 5b61cc1f433fec0bce18a2b227faf49371cddd4b..34cda9d1f4f9bbc23521141685e2a916fdc211e0 100644 (file)
@@ -74,7 +74,7 @@ Simple_file_storage::Simple_file_storage (String s)
   data_p_ = 0;
   len_i_ = 0;
 
-  if (!s.length_i () || (s == "-"))
+  if ((s == "-"))
     load_stdin ();
   else
     load_file (s);