From b2bacba7f46571a922eb221e5f788e73b22d13c5 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 4 Jun 2013 16:46:15 +0200 Subject: [PATCH] Correct wiki URL in debug info. The wiki is not available using SSL; thanks to Kai for noticing this. --- gen/todebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/todebug.cpp b/gen/todebug.cpp index 839a714b..f55d6e6f 100644 --- a/gen/todebug.cpp +++ b/gen/todebug.cpp @@ -520,7 +520,7 @@ void DtoDwarfCompileUnit(Module* m) global.params.symdebug == 2 ? DW_LANG_C : DW_LANG_D, srcname, srcpath, - "LDC (https://wiki.dlang.org/LDC)", + "LDC (http://wiki.dlang.org/LDC)", false, // isOptimized TODO llvm::StringRef(), // Flags TODO 1 // Runtime Version TODO