aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-03-17 06:08:26 +0000
committernyamatongwe <unknown>2000-03-17 06:08:26 +0000
commit3963d17c4d2272d25408cd55c600dc3dc945d181 (patch)
treece923196bbe375fb792c12c19b4f477d3b95008f /src/LexHTML.cxx
parent35b3616d73451024b36279c4b8a05f19eeb17468 (diff)
downloadscintilla-mirror-3963d17c4d2272d25408cd55c600dc3dc945d181.tar.gz
Fixed bug in releasing font which was an alias of default font.
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r--src/LexHTML.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx
index fa88ab6ac..ae2de8ff2 100644
--- a/src/LexHTML.cxx
+++ b/src/LexHTML.cxx
@@ -25,7 +25,7 @@ static int segIsScriptingIndicator(StylingContext &styler, unsigned int start, u
s[i] = tolower(styler[start + i]);
s[i + 1] = '\0';
}
-Platform::DebugPrintf("Scripting indicator [%s]\n", s);
+//Platform::DebugPrintf("Scripting indicator [%s]\n", s);
if (strstr(s, "vbs"))
return eScriptVBS;
if (strstr(s, "pyth"))