Skip to content

Commit 2d59d62

Browse files
committed
fix: solve commit hash mismatch issue
1 parent 7a89b99 commit 2d59d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules

Submodule modules updated from ec7541d to bbbbbf5

src/sdk/GFSDKBasic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ auto GPGFRONTEND_MODULE_SDK_EXPORT GFCacheSaveWithTTL(const char* key,
132132
}
133133

134134
auto GPGFRONTEND_MODULE_SDK_EXPORT GFProjectGitCommitHash() -> const char* {
135-
return GFStrDup(GpgFrontend::GetProjectBuildGitVersion());
135+
return GFStrDup(GpgFrontend::GetProjectBuildGitCommitHash());
136136
}

0 commit comments

Comments
 (0)