We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dce933 commit 57caa5aCopy full SHA for 57caa5a
cefpython/cef3/subprocess/cefpython_app.cpp
@@ -395,7 +395,7 @@ void CefPythonApp::DoJavascriptBindingsForBrowser(
395
// be executed anymore.
396
DebugLog("Renderer: DoJavascriptBindingsForBrowser() WARNING: " \
397
"frameId <= 0");
398
- printf("cefpython: Renderer: frameId = %li\n", *it);
+ printf("cefpython: Renderer: frameId = %lli\n", *it);
399
continue;
400
}
401
CefRefPtr<CefFrame> frame = browser->GetFrame(*it);
0 commit comments