mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix str comp parameter in updater
This commit is contained in:
parent
56df0cf4ee
commit
d873a5d663
|
@ -157,7 +157,7 @@ bool CUpdater::MoveFile(const char *pFile)
|
|||
#endif
|
||||
|
||||
#if !defined(CONF_PLATFORM_LINUX)
|
||||
if(!str_comp_nocase(pFile + len - 4, ".so"))
|
||||
if(!str_comp_nocase(pFile + len - 3, ".so"))
|
||||
return Success;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue