From 3b4b42cdcca4cba2626a03f03ec8a58bb0b3dc05 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Jan 2023 11:31:33 +0100 Subject: =?UTF-8?q?Fixed=20warnings=20about=20missing=20spaces=20between?= =?UTF-8?q?=20literal=20and=20string=20macro=20(Bernhard=20=C3=9Cbelacker)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/htsglobal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/htsglobal.h b/src/htsglobal.h index 7555b13..94a2c4a 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -208,9 +208,9 @@ Please visit our Website: http://www.httrack.com /* Copyright (C) 1998-2017 Xavier Roche and other contributors */ #define HTTRACK_AFF_AUTHORS "[XR&CO'2014]" -#define HTS_DEFAULT_FOOTER "" +#define HTS_DEFAULT_FOOTER "" #define HTTRACK_WEB "http://www.httrack.com" -#define HTS_UPDATE_WEBSITE "http://www.httrack.com/update.php3?Product=HTTrack&Version="HTTRACK_VERSIONID"&VersionStr="HTTRACK_VERSION"&Platform=%d&Language=%s" +#define HTS_UPDATE_WEBSITE "http://www.httrack.com/update.php3?Product=HTTrack&Version=" HTTRACK_VERSIONID "&VersionStr=" HTTRACK_VERSION "&Platform=%d&Language=%s" #define H_CRLF "\x0d\x0a" #define CRLF "\x0d\x0a" -- cgit v1.2.3