mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2063
2063: Pr success equal r=heinrich5991 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
fefcf130ba
|
@ -203,7 +203,7 @@ bool CUpdater::ReplaceClient()
|
|||
if(system(aBuf))
|
||||
{
|
||||
dbg_msg("updater", "ERROR: failed to set client executable bit");
|
||||
Success &= false;
|
||||
Success = false;
|
||||
}
|
||||
#endif
|
||||
return Success;
|
||||
|
@ -226,7 +226,7 @@ bool CUpdater::ReplaceServer()
|
|||
if (system(aBuf))
|
||||
{
|
||||
dbg_msg("updater", "ERROR: failed to set server executable bit");
|
||||
Success &= false;
|
||||
Success = false;
|
||||
}
|
||||
#endif
|
||||
return Success;
|
||||
|
|
Loading…
Reference in a new issue