Skip to content

Commit 30b908a

Browse files
committed
fix(core): Version View
1 parent c458298 commit 30b908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/entrypoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const char* SwiftlyS2::GetVersion()
388388
#ifndef SWIFTLY_VERSION
389389
return "Local";
390390
#else
391-
return (std::string("v") + std::string(SWIFTLY_VERSION)).c_str();
391+
return "v"SWIFTLY_VERSION;
392392
#endif
393393
}
394394

0 commit comments

Comments
 (0)