mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
fixed small typo
This commit is contained in:
parent
0a4a209f94
commit
9b9f0d0e27
@ -801,7 +801,7 @@ bool ConvertModuleName(const char *pathString, String &path)
|
||||
|
||||
if (!foundAmxx)
|
||||
{
|
||||
ptr = tmpname + strlen(tmpname); - 1;
|
||||
ptr = tmpname + strlen(tmpname) - 1;
|
||||
while (ptr >= tmpname && *ptr != '.')
|
||||
ptr--;
|
||||
if (ptr > tmpname && *ptr == '.')
|
||||
|
Loading…
Reference in New Issue
Block a user