File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,8 @@ void OverlayLayer::on_toggle_showcase(CCObject* toggle_) {
324324void OverlayLayer::on_recorder (CCObject*) {
325325 static bool has_ffmpeg = false ;
326326 if (!has_ffmpeg) {
327- char buffer[MAX_PATH];
328- GetModuleFileNameA (GetModuleHandleA (NULL ), buffer, MAX_PATH);
327+ wchar_t buffer[MAX_PATH];
328+ GetModuleFileNameW (GetModuleHandleA (NULL ), buffer, MAX_PATH);
329329 const auto path = std::filesystem::path (buffer).parent_path () / " ffmpeg.exe" ;
330330 if (std::filesystem::exists (path)) {
331331 has_ffmpeg = true ;
Original file line number Diff line number Diff line change 11#pragma once
22
3- constexpr auto REPLAYBOT_VERSION = "v1.4.2 -@COMMIT_HASH@";
3+ constexpr auto REPLAYBOT_VERSION = "v1.4.3 -@COMMIT_HASH@";
You can’t perform that action at this time.
0 commit comments