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

Unified Diff: samples/pdfium_test.cc

Issue 816743002: Merge: Fix obvious compilation breakage on win32 in previous version. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pdfium_test.cc
diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
index 3bdd4eeddcd5296fcc9459e607a11e4db86bb6ee..51199ea5a0ee251539cac32337398183bbc0e5b2 100644
--- a/samples/pdfium_test.cc
+++ b/samples/pdfium_test.cc
@@ -438,7 +438,7 @@ void RenderPdf(const std::string& name, const char* pBuf, size_t len,
break;
case OUTPUT_EMF:
- WriteEmf(page.c_str(), name, i);
+ WriteEmf(page, name.c_str(), i);
break;
#endif
case OUTPUT_PPM:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698