Chromium Code Reviews| Index: src/utils/win/SkHRESULT.cpp |
| =================================================================== |
| --- src/utils/win/SkHRESULT.cpp (revision 8838) |
| +++ src/utils/win/SkHRESULT.cpp (working copy) |
| @@ -29,7 +29,7 @@ |
| if (NULL == errorText) { |
| SkDEBUGF(("<unknown>\n")); |
| } else { |
| - SkDEBUGF((errorText)); |
| + SkDEBUGF(("%s", errorText)); |
| LocalFree(errorText); |
| errorText = NULL; |
| } |