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

Unified Diff: chrome/installer/gcapi/gcapi_test.cc

Issue 542973002: Fix problems in r293393. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
« no previous file with comments | « no previous file | cloud_print/service/service.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/gcapi/gcapi_test.cc
diff --git a/chrome/installer/gcapi/gcapi_test.cc b/chrome/installer/gcapi/gcapi_test.cc
index 4e90d41bc8e3b74b2c6e060fa2ccbb92fa4bf43e..4e5d0a738ebfc3ae1ea641744e7cf0171e594762 100644
--- a/chrome/installer/gcapi/gcapi_test.cc
+++ b/chrome/installer/gcapi/gcapi_test.cc
@@ -25,7 +25,7 @@ void call_statically() {
if (result_flag_off != result_flag_on)
printf("Registry key flag is not being set properly.");
- printf("Static call returned result as %ld and reason as %ld.\n",
+ printf("Static call returned result as %d and reason as %ld.\n",
scottmg 2014/09/05 17:09:40 bah, I even looked up what BOOL was, saw that it w
result_flag_on, reason);
}
@@ -50,7 +50,7 @@ void call_dynamically() {
if (result_flag_off != result_flag_on)
printf("Registry key flag is not being set properly.");
- printf("Dynamic call returned result as %d and reason as %d.\n",
+ printf("Dynamic call returned result as %d and reason as %ld.\n",
result_flag_on, reason);
} else {
printf("Couldn't find GoogleChromeCompatibilityCheck() in gcapi_dll.\n");
« no previous file with comments | « no previous file | cloud_print/service/service.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698