]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Oops, forgot to change the return value, so empty file names were used
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 21 Jul 2008 10:16:54 +0000 (12:16 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 21 Jul 2008 10:16:54 +0000 (12:16 +0200)
lilypond-texi2html.init

index 87055edca8b0b525779d1c581f7cbd2baba1acd1..b001be9a2cbcbadb627998b2c974dfb06066763d 100644 (file)
@@ -135,7 +135,7 @@ sub texinfo_file_name($)
     $result = 't_g' . $str;
   }
   # DONE
-  return $str
+  return $result
 }