| Index: tests/PathOpsSkpClipTest.cpp
|
| diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp
|
| index 99a5030b56e091525da25c689a092a29544600f3..3cc788f13c3626350d2206a7e3a973a02ecf61df 100755
|
| --- a/tests/PathOpsSkpClipTest.cpp
|
| +++ b/tests/PathOpsSkpClipTest.cpp
|
| @@ -1086,7 +1086,7 @@ int tool_main(int argc, char** argv) {
|
| if (FLAGS_verbose) {
|
| header.appendf("\n");
|
| }
|
| - SkDebugf(header.c_str());
|
| + SkDebugf("%s", header.c_str());
|
| Iter iter;
|
| Test* test;
|
| while ((test = iter.next()) != NULL) {
|
|
|