diff OrthancFramework/Sources/SystemToolbox.cpp @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents d9473bd5ed43
children 8a7523da6a9b
line wrap: on
line diff
--- a/OrthancFramework/Sources/SystemToolbox.cpp	Tue Jan 26 17:57:09 2021 +0100
+++ b/OrthancFramework/Sources/SystemToolbox.cpp	Tue Jan 26 18:25:52 2021 +0100
@@ -502,7 +502,7 @@
   {
     // This is an adapted version of the patch proposed in issue #64
     // without an explicit call to "malloc()" to prevent memory leak
-    // https://bitbucket.org/sjodogne/orthanc/issues/64/add-openbsd-support
+    // https://bugs.orthanc-server.com/show_bug.cgi?id=64
     // https://stackoverflow.com/q/31494901/881731
 
     const int mib[4] = { CTL_KERN, KERN_PROC_ARGS, getpid(), KERN_PROC_ARGV };