From b0b848b2dafdb8d77115658d9fa1ca7c7eed7c1f Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 21 Jul 2008 12:16:54 +0200 Subject: [PATCH] texi2html: Oops, forgot to change the return value, so empty file names were used --- lilypond-texi2html.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5