We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cf8f6 commit 56de502Copy full SHA for 56de502
analytics/src/analytics_desktop.cc
@@ -64,7 +64,8 @@ void Initialize(const App& app) {
64
std::vector<std::vector<unsigned char>> allowed_hashes;
65
std::vector<unsigned char> current_hash;
66
current_hash.assign(FirebaseAnalytics_WindowsDllHash,
67
- FirebaseAnalytics_WindowsDllHash + sizeof(FirebaseAnalytics_WindowsDllHash));
+ FirebaseAnalytics_WindowsDllHash +
68
+ sizeof(FirebaseAnalytics_WindowsDllHash));
69
allowed_hashes.push_back(current_hash);
70
71
g_analytics_module =
0 commit comments