aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
diff options
context:
space:
mode:
authorGravatar dierk@google.com <dierk@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-01 19:30:14 +0000
committerGravatar dierk@google.com <dierk@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-01 19:30:14 +0000
commit74887b6eddea9816c60313c6d5cfa744ccb90425 (patch)
tree4d4a2594a4d6b2892fcc8dfa76ad4f368e28564a /samplecode
parent064779aa18694b68536c113f7d5b74ccbe38d3ba (diff)
Fixed the bugs that crashed the build bots
git-svn-id: http://skia.googlecode.com/svn/trunk@9845 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode')
-rw-r--r--samplecode/SamplePathUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SamplePathUtils.cpp b/samplecode/SamplePathUtils.cpp
index e7d0c538b7..0b0ef70db5 100644
--- a/samplecode/SamplePathUtils.cpp
+++ b/samplecode/SamplePathUtils.cpp
@@ -41,7 +41,7 @@ protected:
virtual void onDrawContent(SkCanvas* canvas) {
// bitmap definitions
- const char bits[numModes][numChars] = {
+ const uint8_t bits[numModes][numChars] = {
{ 0x18, 0x00, 0x3c, 0x00, 0x7e, 0x00, 0xdb, 0x00,
0xff, 0x00, 0x24, 0x00, 0x5a, 0x00, 0xa5, 0x00 },