From ec4c3ae988abd1ec8f6b5e909d7d81bbf05bdf00 Mon Sep 17 00:00:00 2001 From: ExMix Date: Thu, 19 Sep 2013 10:22:52 +0300 Subject: [PATCH] [drape, bugfix] --- drape/glfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drape/glfunctions.cpp b/drape/glfunctions.cpp index 99a9ee519f..48832ab77f 100644 --- a/drape/glfunctions.cpp +++ b/drape/glfunctions.cpp @@ -161,7 +161,7 @@ bool GLFunctions::glHasExtension(const string & name) if (isspace(*end) || *end == '\0') return true; - extensions = ptr; + extensions = end; } return false;