From: Reinhold Kainhofer Date: Mon, 21 Jul 2008 10:16:54 +0000 (+0200) Subject: texi2html: Oops, forgot to change the return value, so empty file names were used X-Git-Tag: release/2.11.58-1~32^2~111 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0b848b2dafdb8d77115658d9fa1ca7c7eed7c1f;p=lilypond.git texi2html: Oops, forgot to change the return value, so empty file names were used --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 87055edca8..b001be9a2c 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -135,7 +135,7 @@ sub texinfo_file_name($) $result = 't_g' . $str; } # DONE - return $str + return $result }