Skip to content

Commit

Permalink
xrEngine/IGame_Persistent.h: strlwr -> xr_strlwr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 11, 2015
1 parent 41cb04a commit f11fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/IGame_Persistent.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ENGINE_API IGame_Persistent :
for (int i = 0; i < n; ++i)
{
_GetItem(cmd_line, i, m_params[i], '/');
strlwr(m_params[i]);
xr_strlwr(m_params[i]);
}
}
};
Expand Down

0 comments on commit f11fd37

Please sign in to comment.