From 8a579e75c23d072c77369a885ae75eec188517dd Mon Sep 17 00:00:00 2001 From: nishi Date: Sun, 5 May 2024 07:51:52 +0000 Subject: [PATCH] fix path issue git-svn-id: file:///raid/svn-main/nishi-clover/trunk@11 cc13bd98-b292-b64a-ad22-c0789b689ca7 --- clover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clover.c b/clover.c index 9ec04ef..3171fbb 100644 --- a/clover.c +++ b/clover.c @@ -39,7 +39,7 @@ #include -#define CLOVER_VERSION "1.0B" +#define CLOVER_VERSION "1.0C" char* concat_str(const char* str1, const char* str2) { char* r = malloc(strlen(str1) + strlen(str2) + 1); @@ -410,7 +410,7 @@ int parse_xml(const char* xml, const char* outdir) { fclose(to); free(from_path); free(to_path); - fprintf(f, " \n", page_icon); + fprintf(f, " \n", http_path, page_icon); } if(page_title != NULL) { fprintf(f, "

%s - %s

\n", title, page_title); -- 2.43.0