Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-06 01:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-06 01:08:12 +0300
commit832f7170dc7e3859c7c56fb4038cdb457513d6fa (patch)
treebe8ab496e7f7e197bec6e42812d3dfb85f7ad5e5 /intern
parent6c8c30d865ee8aafc3a088ce97b1caa4c4cc9ed7 (diff)
Cleanup: link directly to stackexchange URL
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_DropTargetX11.cpp3
1 files changed, 1 insertions, 2 deletions
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