Diff:
---
SiteSetting.cc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/SiteSetting.cc b/SiteSetting.cc
index 9fde12ce..94cbb367 100644
--- a/SiteSetting.cc
+++ b/SiteSetting.cc
@@ -77,12 +77,11 @@ SiteSetting::~SiteSetting ()
save ();
}
-/* List of machines that should not be used by default when saved
- in "last-mirror". */
+/* List of machines that should not be used when saved in "last-mirror". */
#define NOSAVE1 "ftp://sourceware.org/"
-#define NOSAVE1_LEN (sizeof (NOSAVE2) - 1)
+#define NOSAVE1_LEN (sizeof (NOSAVE1) - 1)
#define NOSAVE2 "ftp://sources.redhat.com/"
-#define NOSAVE2_LEN (sizeof (NOSAVE1) - 1)
+#define NOSAVE2_LEN (sizeof (NOSAVE2) - 1)
#define NOSAVE3 "ftp://gcc.gnu.org/"
#define NOSAVE3_LEN (sizeof (NOSAVE3) - 1)
[setup - the official Cygwin setup program] branch master, updated. release_2.936-5-ge2cfafa0
Jon Turney via Cygwin-apps-cvs Fri, 20 Feb 2026 06:49:39 -0800
