Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: src/utils/win/SkHRESULT.cpp

Issue 14336003: Move MMap to SkData. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Work on Linux. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/core/SkStream.cpp ('K') | « src/ports/SkOSFile_stdio.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« src/core/SkStream.cpp ('K') | « src/ports/SkOSFile_stdio.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698