From: nishi Date: Sun, 5 May 2024 07:51:52 +0000 (+0000) Subject: fix path issue X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8a579e75c23d072c77369a885ae75eec188517dd;p=clover.git fix path issue git-svn-id: file:///raid/svn-main/nishi-clover/trunk@11 cc13bd98-b292-b64a-ad22-c0789b689ca7 --- 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);