[Bf-blender-cvs] [832f7170dc7] master: Cleanup: link directly to stackexchange URL

Campbell Barton noreply at git.blender.org
Thu May 6 00:10:05 CEST 2021


Commit: 832f7170dc7e3859c7c56fb4038cdb457513d6fa
Author: Campbell Barton
Date:   Thu May 6 08:08:12 2021 +1000
Branches: master
https://developer.blender.org/rB832f7170dc7e3859c7c56fb4038cdb457513d6fa

Cleanup: link directly to stackexchange URL

===================================================================

M	intern/ghost/intern/GHOST_DropTargetX11.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_DropTargetX11.cpp b/intern/ghost/intern/GHOST_DropTargetX11.cpp
index 82ed9de230d..a62db31c952 100644
--- a/intern/ghost/intern/GHOST_DropTargetX11.cpp
+++ b/intern/ghost/intern/GHOST_DropTargetX11.cpp
@@ -112,8 +112,7 @@ GHOST_DropTargetX11::~GHOST_DropTargetX11()
   }
 }
 
-/* based on a code from Saul Rennison
- * http://stackoverflow.com/questions/2673207/c-c-url-decode-library */
+/* Based on: https://stackoverflow.com/a/2766963/432509 */
 
 typedef enum DecodeState_e {
   STATE_SEARCH = 0,  ///< searching for an ampersand to convert



More information about the Bf-blender-cvs mailing list