Skip to content

Commit

Permalink
fix: solve commit hash mismatch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Dec 3, 2024
1 parent 7a89b99 commit 305266e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules
Submodule modules updated from ec7541 to bbbbbf
2 changes: 1 addition & 1 deletion src/sdk/GFSDKBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ auto GPGFRONTEND_MODULE_SDK_EXPORT GFCacheSaveWithTTL(const char* key,
}

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

0 comments on commit 305266e

Please sign in to comment.