Skip to content

Commit f11fd37

Browse files
committed
xrEngine/IGame_Persistent.h: strlwr -> xr_strlwr.
1 parent 41cb04a commit f11fd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/IGame_Persistent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ENGINE_API IGame_Persistent :
6464
for (int i = 0; i < n; ++i)
6565
{
6666
_GetItem(cmd_line, i, m_params[i], '/');
67-
strlwr(m_params[i]);
67+
xr_strlwr(m_params[i]);
6868
}
6969
}
7070
};

0 commit comments

Comments
 (0)