mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fixup get-commit-db utility
This commit is contained in:
parent
63104af8e9
commit
8db02dcf40
1 changed files with 3 additions and 1 deletions
|
@ -544,8 +544,10 @@ int main(int argc, char** argv)
|
|||
{
|
||||
#ifdef _WIN32
|
||||
if (AttachConsole(ATTACH_PARENT_PROCESS) || AllocConsole())
|
||||
{
|
||||
[[maybe_unused]] const auto con_out = freopen("CONOUT$", "w", stdout);
|
||||
[[maybe_unused]] const auto con_err = freopen("CONOUT$", "w", stderr);
|
||||
}
|
||||
|
||||
std::string path;
|
||||
#else
|
||||
|
@ -751,7 +753,7 @@ int main(int argc, char** argv)
|
|||
|
||||
curl_slist_free_all(hhdr);
|
||||
|
||||
fprintf(stdout, "Finished fetching commits\n", path.c_str());
|
||||
fprintf(stdout, "Finished fetching commits: %s\n", path.c_str());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue