Skip to content

Commit

Permalink
Fix error in writing patch information
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 authored Oct 1, 2023
1 parent 0619374 commit eff896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PakPatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ HANDLE WINAPI MyMapViewOfFile(
ReplaceStringInPlace(html, R"(hidden="[[!shouldShowIcons_(showUpdateStatus_)]]")", R"(hidden="true")");
}

const char prouct_title[] = u8R"({aboutBrowserVersion}</div><div class="secondary"><a target="_blank" href="https://github.com/Bush2021/chrome_plus">Chrome++</a> )" RELEASE_VER_STR u8R"( modified version/div>)";
const char prouct_title[] = u8R"({aboutBrowserVersion}</div><div class="secondary"><a target="_blank" href="https://github.com/Bush2021/chrome_plus">Chrome++</a> )" RELEASE_VER_STR u8R"( modified version</div>)";
ReplaceStringInPlace(html, R"({aboutBrowserVersion}</div>)", prouct_title);

if (html.length() <= size)
Expand Down

0 comments on commit eff896a

Please sign in to comment.