summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite-engine/src/segment/GrEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite-engine/src/segment/GrEngine.cpp')
-rw-r--r--Build/source/libs/graphite-engine/src/segment/GrEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/graphite-engine/src/segment/GrEngine.cpp b/Build/source/libs/graphite-engine/src/segment/GrEngine.cpp
index 62a33b6a4ed..57d2a2ba16e 100644
--- a/Build/source/libs/graphite-engine/src/segment/GrEngine.cpp
+++ b/Build/source/libs/graphite-engine/src/segment/GrEngine.cpp
@@ -604,7 +604,7 @@ void GrEngine::MakeSegment(
GetWritingSystemDirection(pgts, ichMin);
// Find the end of the range to render with the current font.
- int nDirDepth;
+ int nDirDepth = 0;
int ichFontLim;
int ichStrmLim = 0;
int ichSegLim = 0;